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