---
title: "Delete Tool"
method: DELETE
path: "/workflows/v1/tools/{tool_id}"
tags: ["Tools"]
---

# Delete Tool

`DELETE /workflows/v1/tools/{tool_id}`

Endpoint to delete a tool by its ID.
Only custom tools can be deleted; inbuilt tools cannot be deleted.

## Path parameters

- `tool_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/interactly/apis/interactly-api-3.md) · [All operations](https://skmtc.net/interactly/apis/interactly-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interactly/interactly-api-3/versions/9f4e7dc7e094/schema)
