---
title: "Delete Tool Policy Override"
method: DELETE
path: "/v1/tool/{tool_name}/overrides"
tags: ["tools"]
---

# Delete Tool Policy Override

`DELETE /v1/tool/{tool_name}/overrides`

Remove a policy override for a tool. Specify the override by team_id or key_hash
(exactly one required).

## Path parameters

- `tool_name` string, required

## Query parameters

- `team_id` string, nullable — Team ID of the override to remove
- `key_hash` string, nullable — Key hash of the override to remove

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-19** `c357baf422ab` — 2 info
  - api tag `tools` added
  - api tag `tool management` removed
- **2026-09-18** `082b5fabd909` — 4 info
  - api tag `tool management` added
  - api tag `tools` removed
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2026-09-16** `7afc3544d64d` — 2 info
  - api tag `tools` added
  - api tag `tool management` removed
- **2026-09-15** `b408bdb637df` — 2 info
  - api tag `tool management` added
  - api tag `tools` removed
- **2026-09-14** `df0c3a8ce5ea` — 2 info
  - api tag `tools` added
  - api tag `tool management` removed

[Full history](https://skmtc.dev/flock/apis/litellm-api/changes/v1/tool/:tool_name/overrides/delete.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/3b2b241e4b0b?raw)
