latestOpenAPI 3.0.2raw.githubusercontent.com2026-08-20264129497.8 KB

e9197a1d31c4

Objects

Unbind child object from parent

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.

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