Skip to main content
DELETE
/
v2
/
guardrails
/
{guardrail_id}
Delete Guardrails
curl --request DELETE \
  --url https://tavusapi.com/v2/guardrails/{guardrail_id} \
  --header 'x-api-key: <api-key>'
{
  "error": "Guardrail not found"
}

Documentation Index

Fetch the complete documentation index at: https://docs.tavus.io/llms.txt

Use this file to discover all available pages before exploring further.

For AI agents, use https://docs.tavus.io/openapi.yaml for the full HTTP API contract.

Authorizations

x-api-key
string
header
required

Path Parameters

guardrail_id
string
required

The unique identifier of the guardrail.

Example:

"g1234567890ab"

Response

NO CONTENT - Guardrail deleted successfully