v1

latestOpenAPI 3.1.02026-07-24700259.3 KB
WEBHOOKS

Remove a specified Webhook

Remove a specific webhook using its unique ID.

post/webhook/remove

Request body

idinteger required

The ID of an existing webhook you want to remove

subaccount_idstring

If you wish to make this API call on behalf of a subaccount then include its unique ID here.

Response

Webhook removed

request_idstring required

Example response

{
  "data": {
    "url": "https://example.com/test-webhook"
  },
  "request_id": "4b661d88-6b2d-11eb-8bb3-f23c92bb31d2"
}