---
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 the child object, and modify access to the parent object except for a template parent, where read access is sufficient.

## 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 required access to parent or child object
- `404` — Parent or child object with given ID does not exist

## Changes

- **2026-05-30** `6dc9c80b0744` — 1 info
  - endpoint added
- **2026-05-08** `c6aaf3632e48` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/netxms/apis/netxms-api/changes/v1/objects/:object-id/children/:child-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/5f2f9814926d/schema)
