Skip to main content
DELETE
Delete webhook
This action cannot be undone. If you need to temporarily stop receiving webhooks, consider updating the webhook to set active: false instead.

Example Request

Example Response

Error Responses

Webhook Not Found (404)

This error occurs when:
  • The webhook ID doesn’t exist
  • The webhook belongs to a different database
  • You don’t have access to this database

Authorizations

Authorization
string
header
required

Enter your Zite API key. Format: Bearer <api_key>

Path Parameters

databaseId
string
required

The unique identifier of the database

webhookId
integer
required

The unique identifier of the webhook

Response

Webhook deleted successfully

success
boolean
Example:

true

message
string
Example:

"Webhook deleted successfully"