Delete a Webhook Registration
Use this endpoint to soft-delete a webhook registration. After deletion the endpoint stops receiving events. Only registrations belonging to the caller’s tenant can be deleted.
Use the X-Idempotency header for guaranteed deduplication.
Autorizações
JWT Bearer token authentication. The tenantId is derived from the bearer token or authenticated request context and is not supplied through X-Organization-Id.
Cabeçalhos
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.
255Parâmetros de caminho
The unique identifier of the webhook registration to delete.
Resposta
Indicates that the webhook registration was soft-deleted. No content is returned.

