---
title: "Delete"
method: DELETE
path: "/tools/{nameOrId}"
tags: ["tools"]
---

# Delete

`DELETE /tools/{nameOrId}`

Deletes a tool by name or ID.

## Path parameters

- `nameOrId` string, required

## Query parameters

- `project` string

## Headers

- `Authorization` string, required

## Response `200`

Success response

- ToolsDeleteResponse200
  - `success` boolean, required — Whether the tool was deleted successfully.

## Other responses

- `404` — Tool not found

---

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