Skip to main content
DELETE
/
v2
/
data
/
webhooks
/
subscriptions
/
{subscriptionId}
Delete webhook subscription
curl --request DELETE \
  --url https://api.cdp.coinbase.com/platform/v2/data/webhooks/subscriptions/{subscriptionId} \
  --header 'Authorization: Bearer <token>'
{
  "errorType": "unauthorized",
  "errorMessage": "The request is not properly authenticated."
}

Authorizations

Authorization
string
header
required

A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.

Path Parameters

subscriptionId
string<uuid>
required

Unique identifier for the webhook subscription.