---
title: "Delete agent custom tool"
method: DELETE
path: "/api/v0/agent/tools/{tool_id}"
tags: ["Agent Tools"]
---

# Delete agent custom tool

`DELETE /api/v0/agent/tools/{tool_id}`

Delete an agent custom tool.

## Path parameters

- `tool_id` string, uuid, required

## Response `200`

Successful Response

- AgentCustomToolDeleteResponse — Response for deleting an agent custom tool.
  - `message` string, required — The deletion confirmation message.
  - `tool_id` string, uuid, required — The ID of the deleted tool.

## Other responses

- `422` — Validation Error

---

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