FileForms
Webhook endpoints

Delete Webhook Endpoint

DELETE
/webhook-endpoints/{id}

Delete a webhook endpoint. Events are no longer delivered to it.

Authorization

ApiKeyAuth
x-api-key<token>

In: header

Path Parameters

id*string

Webhook endpoint ID (we_...)

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/webhook-endpoints/string"
{  "message": "Webhook endpoint deleted"}