Skip to main content
DELETE
/
dsf
/
carrier-support-contacts
/
{id}
Delete a carrier support contact
curl --request DELETE \
  --url https://panel.sendcloud.sc/api/v3/dsf/carrier-support-contacts/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "errors": [
    {
      "code": "hit_rate_limit",
      "detail": "Rate limit exceeded: 30 per 1 minute",
      "title": "Rate limit exceeded",
      "status": 429
    }
  ]
}

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<int64>
required

Support contact id

Response

No Content