Skip to main content
DELETE
/
v1
/
webhooks
/
{webhookId}
cURL
curl --request DELETE \
  --url https://9dc2c77e6dbf.ngrok-free.app/v1/webhooks/{webhookId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

App API key (format: sk_live_app_* or sk_test_app_*) for app-level operations

Path Parameters

webhookId
string<uuid>
required

Webhook UUID

Example:

"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11"

Response

Delete webhook

message
string
required
I