---
title: "Delete an object tool"
method: DELETE
path: "/v1/object-tools/{tool-id}"
tags: ["Object Tools"]
---

# Delete an object tool

`DELETE /v1/object-tools/{tool-id}`

Delete an object tool along with its ACL, table columns and input field definitions.
Requires SYSTEM_ACCESS_MANAGE_TOOLS.

## Path parameters

- `tool-id` integer, required

## Response `204`

Object tool deleted.

## Other responses

- `400` — Invalid tool ID.
- `403` — Insufficient access rights (SYSTEM_ACCESS_MANAGE_TOOLS required).
- `500` — Database failure.

---

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