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

# Delete object

`DELETE /objects/{object-id}`

Request to delete object.

## Path parameters

- `object-id` string, required

## Response `200`

OK

- object

## Changes

- **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/9c09a2aad349/schema)
