---
title: "Unbind child object from parent"
method: DELETE
path: "/v1/objects/{object-id}/children/{child-id}"
tags: ["Objects"]
---

# Unbind child object from parent

`DELETE /v1/objects/{object-id}/children/{child-id}`

Unbind the object identified by child-id from the object identified by object-id. Requires modify access to both the parent and the child object.

## Path parameters

- `object-id` integer, required
- `child-id` integer, required

## Query parameters

- `remove-dci` boolean

## Response `204`

Child object unbound successfully

## Other responses

- `400` — Invalid request, or child object is not a direct child of the parent
- `401` — Unauthorized
- `403` — User does not have modify access to parent or child object
- `404` — Parent or child object with given ID does not exist

---

[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)
