---
title: "Delete assistant tool"
method: DELETE
path: "/assistantTool/{tool_id}"
tags: ["Assistant Tools"]
---

# Delete assistant tool

`DELETE /assistantTool/{tool_id}`

Delete an existing assistant tool

## Path parameters

- `tool_id` string, required

## Response `200`

Tool deleted successfully

- DeleteToolResponse
  - `message` string

## Other responses

- `400` — Invalid ID supplied
- `401` — Unauthorized
- `404` — Tool not found

---

[API](https://skmtc.net/smartly/apis/smartly-ai-apis.md) · [All operations](https://skmtc.net/smartly/apis/smartly-ai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartly/smartly-ai-apis/revisions/1e26909d86c9/schema)
