Skip to main content
DELETE
Delete Webhook

Basic Usage

Use GET /get-webhooks first to find the webhook id.

Request Body


Response

Authorizations

Authorization
string
header
required

Bearer token for authentication. Format: Bearer YOUR_BEARER_TOKEN

Body

application/json
id
string<uuid>
required

UUID of the webhook to delete

Example:

"0df9d480-f181-466b-ae8d-85216c16e8dd"

Response

200 - application/json

Webhook deleted successfully

success
boolean
message
string