Webhooks

Delete a webhook endpoint

Permanently deletes a webhook endpoint

delete/v1/webhooks/endpoints/{id}

Path parameters

idstring required

The webhook endpoint ID

Example:ep_abc123def456

The webhook endpoint ID

Response

Endpoint deleted successfully

idstring required

ID of the deleted endpoint

Example response

{
  "id": "ep_abc123def456"
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.