DELETE
/
v1
/
webhooks
/
{webhook_id}
curl --request DELETE \
  --url https://api.cdp.coinbase.com/platform/v1/webhooks/{webhook_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Enter your JSON Web Token (JWT) here. Refer to the Generate JWT section of our Authentication docs for information on how to generate your Bearer Token.

Path Parameters

webhook_id
string
required

The Webhook uuid that needs to be deleted

Example:

"582307c2f9e1fac308a5f575"

Response

200

The deleted webhook