Delete Webhook Endpoint

Delete a webhook endpoint and all its delivery history.

DELETE/webhooks/endpoints/{endpoint_id}

Delete a webhook endpoint.

No parameters for this endpoint.


Path Parameters

ParameterTypeDescription
endpoint_idintegerWebhook endpoint ID

Response

{
  "status": "success",
  "endpoint_id": 1
}

Deleting an endpoint also removes all associated delivery records.

On this page