Skip to main content
DELETE
/
v1
/
public
/
webhook
/
subscription
/
{id}
Delete a subscription
curl --request DELETE \
  --url https://api.example.com/v1/public/webhook/subscription/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "Authentication",
  "message": "Authentication failed",
  "traceId": "e679120f-1d1c-41d2-947c-34e194d5a4a1"
}

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header: Authorization: Bearer <YOUR_API_KEY>.

Path Parameters

id
string
required

The subscription ID.

Response

No Content (empty body).