Unassign Asset

Unassign an asset from a user in the Asset Registry system.

POST
/api/v1/assets/unassign/user

Description

This endpoint unassigns an asset from a user. It is used to remove the link between a specific asset and the user it's currently assigned to. Typically used when a user leaves, changes departments, or returns equipment. Asset status must not be set to 'Deployed' in order to unassign the asset.

Request

Body Parameters

ParameterTypeRequiredDescription
asset_numberstringYesThe unique ID of the asset to unassign
assign_to_emailstringYesThe email of the user from whom the asset is being unassigned
asset_statusstringYesStatus of the asset post-unassignment (e.g., Ready to Deploy)

Related Endpoints

Did this page help you?