Skip to main content
DELETE
/
v1
/
webhooks
/
{webhookId}
Delete a Webhook Registration
curl --request DELETE \
  --url https://plugin-br-bank-transfer.sandbox.lerian.net/v1/webhooks/{webhookId} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Idempotency: <x-idempotency>'

Authorizations

Authorization
string
header
required

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

Headers

X-Idempotency
string
required

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

Path Parameters

webhookId
string<uuid>
required

The unique identifier of the webhook registration to delete.

Response

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