Skip to main content
DELETE
Delete template webhook

Overview

Permanently removes a template webhook. After deletion, immediately stops sending template events to the configured URL.
Deletion is permanent. If you only need to pause the webhook temporarily, use the Update template webhook endpoint with status: "DISABLED" instead of deleting.
The webhookId is obtained from the Create template webhook or List template webhooks endpoint.

Authorizations

Authorization
string
header
required

Secret Key generated in the Omni Z-API Security panel

Path Parameters

webhookId
string
required

Template webhook ID

Example:

"8F2C00000000000000000000000000A1"

Response

Webhook removed successfully. No content returned.