Unassign Asset

Remove an asset from an employee.

POST
/api/v1/assets/unassign/user

Description

Remove the link between a device and an employee — for example when someone leaves or returns equipment. The asset must currently be assigned (In Use). Provide the employee's work email and the new status after unassignment, such as Ready to Deploy. asset_status cannot be In Use.

Request

Body Parameters

ParameterTypeRequiredDescription
asset_numberstringYesAsset number from the asset record
assign_to_emailstringYesWork email of the employee currently assigned to the asset
asset_statusstringYesNew status after unassignment (e.g. Ready to Deploy). Cannot be In Use.

Related Endpoints

Did this page help you?