Skip to main content
DELETE
/
integrations
/
{id}
Delete an integration
curl --request DELETE \
  --url https://panel.sendcloud.sc/api/v2/integrations/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "error": {
    "code": 404,
    "request": "api/v2/integrations/",
    "message": "No Integration matches the given query."
  }
}
API v2 is entering maintenance mode. New users should start with API v3 to access our latest features and improved performance. Already using v2? Donโ€™t worry, your current integration remains fully functional. Read more about maintenance mode, or check out the migration guide for API v3.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

The id of the integration

Response

No Content