Skip to main content
DELETE
Delete a webhook

Authorizations

Authorization
string
header
required

JWT Bearer token for user session auth. Format: "Bearer {token}". Used by User and Organization endpoints.

Path Parameters

webhookId
string
required

Webhook ID

Response

Webhook deleted

success
boolean
Example:

true

data
object
message
string
Example:

"Webhook deleted successfully"