Skip to main content
DELETE
/
webhooks
/
{webhookId}
Delete Webhook
curl --request DELETE \
  --url https://api.getredo.com/v2.2/webhooks/{webhookId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

webhookId
string
required

Webhook ID

Example:

"64e5a865a58eefeed7f05ea6"

Response

204

Deleted