DELETE
/webhooks/{id}Delete a webhook endpoint
DELETE /webhooks/{id}
Requires the businesses scope.
Removes the endpoint and its delivery history.
Path parameters
| Name | Type | Description | |
|---|---|---|---|
id | string | required | Webhook endpoint id. |
Response
200: { "ok": true, … }
| Field | Type | Description | |
|---|---|---|---|
ok | boolean | required |
Errors: 400, 401, 403, 404, 429. Every failure answers { "error": …, "reason": … }. Branch on reason.