Delete Endpoint

Delete a subscription you have to a Webhook based on the ID of the Webhook Subscription

SecurityApiKeyAuth or BasicAuth
Request
path Parameters
id
required
string <uuid> = 36 characters

The Identifier of the subscription, active or not, that you wish to delete.

Example: 4d4d835b-c188-4120-87f9-1208c001e170
header Parameters
content-type
string
Example: application/json
Authorization
string
Example: Bearer <token>
Responses
204

Successful Request. Webhook Subscription Deleted Successfully.

400

One or more required parameters are missing or invalid.

401

Authentication failed (unauthorized).

403

Forbidden. You do not have permissions to perform this action, or your connection information is not correct.

503

The server is too busy to handle the request.

delete/webhooks/endpoint/{id}
Request samples