---
title: "Unbind this object from parent"
method: POST
path: "/objects/{object-id}/unbind-from"
tags: ["Objects"]
---

# Unbind this object from parent

`POST /objects/{object-id}/unbind-from`

Unbinds this object from the specified parent object

## Path parameters

- `object-id` string, required

## Request body

- object
  - `id` integer, required — ID of the parent object

## Response `200`

Object unbound successfully

## Other responses

- `401` — Access denied

---

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