Webhooks
DELETE
/webhooks/{id}

Removes the endpoint and drops any deliveries still queued for it.

Authorization

bearerAuth
AuthorizationBearer <token>

An API key created under Settings > API & Webhooks. Keys start with sf_live_.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/webhooks/string"
{  "data": {    "ok": true  }}