signelloAPI
API referenceWebhook endpoints

Delete a webhook endpoint

Queued deliveries for this endpoint are removed with it.

DELETE
/webhook-endpoints/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

An API key from Settings → Integrations → API & Webhook.

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/webhook-endpoints/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "ok": true}