Automation · Webhooks
Delete an endpoint
key requireddelete
Also removes its delivery history.
Path parameters
idrequiredstring
Responses
- 204
- Deleted. No content.
- 400
- Invalid request —
VALIDATION_ERROR. - 401
- Missing, invalid, revoked or expired credential.
- 403
- Authenticated but not entitled — the plan does not include this endpoint or feature.
- 404
- No such resource, or it is not active —
NOT_FOUND. The message names what was looked up. - 429
- Rate limit or monthly quota exceeded —
RATE_LIMIT_EXCEEDEDorQUOTA_EXCEEDED. HonourRetry-After. - 500
- Unexpected server error.
Not runnable from the browser. The API accepts cross-origin GET only, so a DELETE has to come from your own server. Copy a sample above and run it there.