Skip to main content
DELETE
/
api
/
v1
/
webhooks
/
{id}
Delete webhook
curl --request DELETE \
  --url https://payments.coinbase.com/api/v1/webhooks/{id} \
  --header 'Authorization: <api-key>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Authorization header using the Bearer scheme. Learn more about JWT tokens in the Coinbase Developer Portal.

Path Parameters

id
string
required

The unique identifier of the webhook to delete.

Response

A successful response.

Response after successful webhook deletion.

success
boolean

Indicates if the deletion was successful.