Luxor PlatformAPI DocumentationCommanderInventory
Delete inventory asset
Soft-deletes (archives) a single inventory asset. Archived assets can be restored. Returns 204.
Authorization
LuxorAPIKey authorization<token>
Use your API key here.
In: header
Path Parameters
asset_id*string
Asset id (uuid) or asset_code.
Length
1 <= lengthResponse Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/v2/commander/inventory/assets/string"Empty
{ "statusCode": 400, "code": "FST_ERR_VALIDATION", "error": "Bad Request", "message": "body/end_date Required"}{ "statusCode": 400, "code": "FST_ERR_VALIDATION", "error": "Bad Request", "message": "body/end_date Required"}{ "statusCode": 400, "code": "FST_ERR_VALIDATION", "error": "Bad Request", "message": "body/end_date Required"}Bulk update inventory assets
Applies updates to many assets at once: the same `changes` to all selected assets, or different `per_asset` values. Targets are chosen by explicit `asset_ids` or by a `filter`.
Bulk delete inventory assets
Soft-deletes many assets, selected by explicit `asset_ids` or a `filter`.