---
title: "Remove a tool from an assistant"
method: DELETE
path: "/assistants/{assistant_id}/tools/{tool_id}"
tags: ["Assistant"]
---

# Remove a tool from an assistant

`DELETE /assistants/{assistant_id}/tools/{tool_id}`

Disable a tool for the assistant by removing the association.

## Path parameters

- `assistant_id` integer, required
- `tool_id` integer, required — ID of the tool to disable.

## Query parameters

- `cookie_name` string, nullable

## Response `204`

Successful Response

## Other responses

- `401` — Missing or invalid authentication.
- `403` — Not the creator of this assistant.
- `404` — No assistant exists with the given id.
- `422` — Validation Error

---

[API](https://skmtc.net/neulandai/apis/neuland-ai-hub-api.md) · [All operations](https://skmtc.net/neulandai/apis/neuland-ai-hub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neulandai/neuland-ai-hub-api/revisions/b53e89b98c2b/schema)
