---
title: "Delete object"
method: DELETE
path: "/objects/{object-id}"
tags: ["Objects"]
---

# Delete object

`DELETE /objects/{object-id}`

Deletes the specified object

## Path parameters

- `object-id` string, required

## Response `200`

Object deleted successfully

## Other responses

- `401` — Access denied
- `404` — Object not found

## Changes

- **2026-01-30** `32f48ec94aec` — 1 breaking, 3 info
  - removed the media type `application/json` for the response with the status `200`
  - added the non-success response with the status `404`
  - added the optional property `description` to the response with the `401` status
  - added the optional property `error` to the response with the `401` status
- **2023-02-28** `910d3ad08e09` — 2 info
  - api operation id `deleteObject` was added
  - added the non-success response with the status `401`
- **2023-02-23** `9c09a2aad349` — 4 info
  - api operation id `deleteObject` removed and replaced with ``
  - added the media type `application/json` for the response with the status `200`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `404`

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

---

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