Delete an existing webhook subscription.
cURL
curl --request DELETE \ --url https://api.passentry.com/api/v1/webhook-subscriptions/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "Webhook subscription deleted" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Webhook subscription ID
Webhook subscription deleted successfully
"Webhook subscription deleted"
Was this page helpful?