Skip to content

Remove Resource from Unit

DELETE
/resources/{resourceId}/units/{unitId}

Removes a Resource from a Unit, relieving it of that Unit’s Action obligations. The Resource and its Certificates are NOT deleted — only the Unit association is removed. The parent Space must be active.

resourceId
required
string
unitId
required
string
X-Space-Id
required
string format: uuid

UUID of the target Space (tenant boundary). Validated against user access.

Unauthorized — missing or invalid JWT

Forbidden — insufficient permissions

Resource not found