Skip to main content
DELETE
Delete webhook endpoint

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Headers

X-Idempotency
string

Idempotency key (canonical).

X-Idempotency-Key
string

Idempotency key (legacy alias).

X-TTL
string

Idempotency key TTL in seconds.

Example:

"86400"

Path Parameters

webhookId
string
required

Webhook UUID.

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

OK

correlationId
string
required

Request-scoped correlation identifier echoing X-Request-ID, for pivoting from response to trace.

Example:

"550e8400-e29b-41d4-a716-446655440003"

deleted
boolean
required

Always true on a successful soft-delete.