Hanzo
OpenapiWebhook

Removes one of the caller org's webhook endpoints and answers 204 with no body.

Removes one of the caller org's webhook endpoints and answers 204 with no body.

DELETE /v1/webhook/{id}

Addresshttps://api.hanzo.ai/v1/webhook/{id}
MethodDELETE
Operationdelete_webhook_by_id
AuthAuthorization: Bearer $HANZO_API_KEY

Removes one of the caller org's webhook endpoints and answers 204 with no body. Delivery stops immediately and the endpoint's signing secret is gone with it; its recorded delivery history goes too. An id another org owns reads as not found.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyes

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo webhooks rm <id>

Webhook API · All Hanzo APIs · Interactive reference

How is this guide?

On this page