Retire Asset

Mark an asset as retired and remove any assignment.

POST
/api/v1/assets/{id}/retire

Description

Sets the asset status to Retired and clears the current employee assignment. No request body is required. Use serial number, customer asset ID, internal ID, or asset number as the id.

Request

Headers

HeaderValueRequired
AuthorizationBearer <access_token>Yes
Content-Typeapplication/jsonYes

Path Parameters

ParameterTypeRequiredDescription
idstringYesSerial number, customer asset ID, internal ID, or asset number.

Response

FieldTypeDescription
messagestringHuman-readable confirmation.

Related Endpoints

Did this page help you?