Skip to main content
DELETE
/
agents
/
webhooks
/
{webhook_id}
Delete Webhook
curl --request DELETE \
  --url https://api.cartesia.ai/agents/webhooks/{webhook_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Cartesia-Version: <cartesia-version>'
"<string>"

Authorizations

Authorization
string
header
required

Cartesia API key (sk_car_...). Get one at play.cartesia.ai/keys.

Headers

Cartesia-Version
enum<string>
required

API version header.

Available options:
2026-03-01
Example:

"2026-03-01"

Path Parameters

webhook_id
string
required

The ID of the webhook.

Response

Webhook deleted. Returns the ID of the deleted webhook.

The ID of the deleted webhook.