Skip to main content
DELETE
/
integrations
/
{id}
Delete an integration
curl --request DELETE \
  --url https://panel.sendcloud.sc/api/v3/integrations/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "errors": [
    {
      "status": "404",
      "code": "not_found",
      "title": "Not found",
      "detail": "The Integration could not be found with the search criteria given"
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic Authentication using API key and secrets is currently the main authentication mechanism.

Path Parameters

id
integer
required

Filtering on the Sendcloud integration ID

Required range: x >= 1

Response

No content