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

skill_id
string
required

The unique identifier of the skill.

Example:

"presentation"

Response

Successfully detached the skill