---
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.

## Changes

> 71 revisions in range; 6 could not be searched.

- **2026-05-18** `5a88701fa088` — 1 info
  - endpoint added
- **2026-05-08** `c6aaf3632e48` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/netxms/apis/netxms-api/changes/v1/object-tools/:tool-id/delete.md)

---

[API](https://skmtc.dev/netxms/apis/netxms-api.md) · [All operations](https://skmtc.dev/netxms/apis/netxms-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netxms/netxms-api/revisions/b04ea2fbcedb/schema)
