---
title: "Delete tool"
method: DELETE
path: "/ai/missions/{mission_id}/tools/{tool_id}"
tags: ["Missions"]
---

# Delete tool

`DELETE /ai/missions/{mission_id}/tools/{tool_id}`

Removes the specified tool from the mission so agents can no longer invoke it in subsequent runs.

## Path parameters

- `mission_id` string, required
- `tool_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
