Skip to main content
DELETE
Delete webhook endpoint

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhook_endpoint_id
string
required

The ID of the webhook endpoint

Pattern: ^whe_[a-zA-Z0-9]{14}$
Example:

"whe_2mKr8fQxLp7Ta3"

Response

Webhook endpoint deleted

id
string
required

The ID of the deleted webhook endpoint

Pattern: ^whe_[a-zA-Z0-9]{14}$
Example:

"whe_2mKr8fQxLp7Ta3"

object
enum<string>
required
Available options:
webhook_endpoint
deleted
enum<boolean>
required
Available options:
true