Skip to main content
DELETE
/
v2
/
pals
/
{pal_id}
Delete PAL
curl --request DELETE \
  --url https://tavusapi.com/v2/pals/{pal_id} \
  --header 'x-api-key: <api-key>'
{
  "error": "Invalid pal_id"
}
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

pal_id
string
required

The unique identifier of the PAL.

Example:

"pcb7a34da5fe"

Response

NO CONTENT