Delete a webhook endpoint
DELETE
/webhooks/{id}Requires scope: manage:webhooks
Parameters
| Parameter | In | Type | Description |
|---|---|---|---|
idrequired | path | string |
Responses
| Status | Description |
|---|---|
200 | Deleted |
401 | Missing or invalid API key |
403 | Key lacks the required scope |
404 | Not found |
429 | Rate limit exceeded (see Retry-After) |
Is this page helpful?