Developers
ReferenceWebhook endpoints

Delete a webhook endpoint

Delete a webhook endpoint.

DELETE
/webhook-endpoints/{id}

Delete a webhook endpoint.

Authorization

http
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/webhook-endpoints/string"
{  "id": "string",  "object": "webhook_endpoint",  "deleted": true}