Skip to main content
DELETE
Delete a Webhook Registration

Autorizaciones

Authorization
string
header
requerido

JWT Bearer token authentication. The tenantId is derived from the bearer token or authenticated request context and is not supplied through X-Organization-Id.

Encabezados

X-Idempotency
string
requerido

Required idempotency key for safe retries. Use a UUID v4 or unique business identifier. If the same key is sent again and the original request was already processed, the cached response is returned.

See Retries and idempotency for details.

Maximum string length: 255

Parámetros de ruta

webhookId
string<uuid>
requerido

The unique identifier of the webhook registration to delete.

Respuesta

Indicates that the webhook registration was soft-deleted. No content is returned.