Skip to main content
DELETE
/
event-subscriptions
/
subscriptions
/
{id}
Delete a subscription
curl --request DELETE \
  --url https://panel.sendcloud.sc/api/v3/event-subscriptions/subscriptions/{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": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://sendcloud.dev/llms.txt

Use this file to discover all available pages before exploring further.

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

Response

No Content