Skip to main content
DELETE
/
event-subscriptions
/
connections
/
{id}
Delete a connection
curl --request DELETE \
  --url https://panel.sendcloud.sc/api/v3/event-subscriptions/connections/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "errors": [
    {
      "status": "<string>",
      "code": "unknown_field",
      "detail": "<string>",
      "id": "<string>",
      "links": {
        "about": "<string>"
      },
      "title": "<string>",
      "source": {
        "pointer": "<string>",
        "parameter": "<string>",
        "header": "<string>"
      },
      "meta": {}
    }
  ]
}
Delete a connection and all its associated subscriptions.
This action is irreversible. All subscriptions linked to this connection will be permanently deleted and event delivery will stop immediately.

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 connection.

Response

No Content