---
title: "Delete tool"
method: DELETE
path: "/tools/{tool_id}"
tags: ["Management"]
---

# Delete tool

`DELETE /tools/{tool_id}`

List tools

## Path parameters

- `tool_id` integer, required

## Response `200`

Successfully

- Tools
  - `items` Tool[]
    - `id` integer
    - `name` string
  - `total` integer

---

[API](https://skmtc.net/kraken-ci/apis/server-api.md) · [All operations](https://skmtc.net/kraken-ci/apis/server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kraken-ci/server-api/versions/1f2ae877f985/schema)
