Skip to main content
DELETE
/
v2
/
pals
/
{pal_id}
/
tools
/
{tool_id}
Detach Tool From PAL
curl --request DELETE \
  --url https://tavusapi.com/v2/pals/{pal_id}/tools/{tool_id} \
  --header 'x-api-key: <api-key>'
{
  "error": "Bad Request. Tool not attached to this PAL"
}

Authorizations

x-api-key
string
header
required

Path Parameters

pal_id
string
required

The unique identifier of the PAL.

Example:

"p12345"

tool_id
string
required

The unique identifier of the tool.

Example:

"tabc123def456"

Response

Tool detached