---
title: "Detach Tool From PAL"
method: DELETE
path: "/v2/pals/{pal_id}/tools/{tool_id}"
tags: ["PAL Tools"]
---

# Detach Tool From PAL

`DELETE /v2/pals/{pal_id}/tools/{tool_id}`

Detach a tool from a PAL. The tool itself is not deleted - it remains available to attach to other PALs.

## Response `204`

Tool detached

## Other responses

- `400` — PAL not found, tool not found, or tool was not attached to this PAL
- `401` — Unauthorized

---

[API](https://skmtc.dev/tavus/apis/tavus-developer-api-collection.md) · [All operations](https://skmtc.dev/tavus/apis/tavus-developer-api-collection/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tavus/tavus-developer-api-collection/revisions/c878e2f6508d/schema)
