---
title: "Delete custom tool"
method: DELETE
path: "/v1/custom-tools/{id}"
tags: ["custom_tools"]
---

# Delete custom tool

`DELETE /v1/custom-tools/{id}`

Deletes a custom code tool and its access-control records. Requires a token with write access.

## Path parameters

- `id` string, required — Custom tool id.

## Query parameters

- `workspace_id` string — Optional workspace override. If omitted, Conduit resolves the tool's workspace automatically.

## Response `204`

Custom tool deleted

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `429` — Rate limit exceeded

---

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