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

# 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

---

[API](https://skmtc.net/flock/apis/litellm-api.md) · [All operations](https://skmtc.net/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flock/litellm-api/revisions/8fbaab4fc7c5/schema)
