Revoke Webhook Secret

Hand off to an LLM

Revoke the current webhook signing secret.

Deletes the active signing secret. Webhook deliveries will continue but will no longer include a bem-signature header until a new secret is generated.

DELETE
/v3/webhook-secret
x-api-key<token>

Authenticate using API Key in request header

In: header

Response Body

curl -X DELETE "https://api.bem.ai/v3/webhook-secret"
Empty

See also

  • Webhooks — subscribe, receive, verify