---
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

> 15 revisions in range; 1 could not be searched.

- **2026-08-27** `4a06c3148b6c` — 2 info
  - api tag `tools` added
  - api tag `tool management` removed

[Change 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-service-production.skmtc.workers.dev/v1/apis/flock/litellm-api/revisions/404bba17aabe/schema)
