Skip to main content
DELETE
/
webhook
/
endpoints
/
{endpointId}
/
subscriptions
/
{eventTypeId}
Cancel webhook subscription
curl --request DELETE \
  --url https://api.anchorage-staging.com/v2/webhook/endpoints/{endpointId}/subscriptions/{eventTypeId} \
  --header 'Api-Access-Key: <api-key>'
{
  "message": "Missing required field 'amount'."
}

Authorizations

Api-Access-Key
string
header
required

An API key associated with a security role

Path Parameters

endpointId
string<uuid>
required

Unique identifier for the endpoint

eventTypeId
string
required

concatenation of topic+"."+name

Response

Successfully canceled webhook subscription