DELETE
/
webhooks
/
{webhook_id}
curl --request DELETE \
  --url https://api.zapsterapi.com/v1/webhooks/{webhook_id} \
  --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

webhook_id
string
required

Identificador único do webhook.

Response

204

Webhook removido da conta