v51

latestOpenAPI 3.0.2raw.githubusercontent.com2026-08-01245104440.0 KB
Objects

Unbind child object from parent

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.

delete/v1/objects/{object-id}/children/{child-id}

Path parameters

object-idinteger required

Parent object ID

child-idinteger required

Child object ID

Query parameters

remove-dciboolean

When true and unbinding a template from a data collection target, remove data collection items that were created from the template.

Response

Child object unbound successfully