---
title: "Delete a custom tool"
method: DELETE
path: "/public/v1/tools/{toolId}"
tags: ["Custom Tools"]
---

# Delete a custom tool

`DELETE /public/v1/tools/{toolId}`

Soft deletes a custom tool (API call tool). Requires a USER API key.

## Path parameters

- `toolId` number, nullable

## Response `204`

Tool deleted

## Other responses

- `404` — Not Found

---

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