Skip to main content
DELETE
Delete a webhook endpoint

Authorizations

Authorization
string
header
required

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

Path Parameters

webhookEndpointId
string
required

Public ID of the webhook endpoint (prefixed with we_)

Response

Webhook endpoint disabled successfully. It no longer receives event deliveries.

Result of disabling a webhook endpoint.

id
string

Public ID of the disabled webhook endpoint (prefixed with we_).

Example:

"we_4mNpXwZ7bV1aLcs3Kf9dQ"

deleted
boolean
Example:

true