Skip to main content
DELETE
/
webhooks
/
{webhook}
Delete a webhook
curl --request DELETE \
  --url https://api.givebutter.com/v1/webhooks/{webhook} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhook
string
required

The webhook ID

Response