Webhooks

Delete a webhook endpoint

Deletes a webhook endpoint. Requires the webhooks:write scope when called with a scoped key.

DELETE/v1/webhooks/{id}

Deletes a webhook endpoint. Requires the webhooks:write scope when called with a scoped key.

AuthorizationBearer <token>

Pass Authorization: Bearer mapleads_xxx.

In: header

Path Parameters

id*string

Resource identifier.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

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