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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” resourceId
required
string
unitId
required
string
Header Parameters
Section titled “Header Parameters ” X-Space-Id
required
string format: uuid
UUID of the target Space (tenant boundary). Validated against user access.
Responses
Section titled “ Responses ”Unauthorized — missing or invalid JWT
Forbidden — insufficient permissions
Resource not found