Decommission Imperial Asset
Removes an Imperial asset from active service records
This endpoint is currently in development. The example below shows placeholder functionality for demonstration purposes.
Endpoint Overview
This endpoint will allow high-ranking Imperial officers to decommission assets from Imperial records. This could include decommissioning vehicles, equipment, or facilities. Full functionality will be available once the API is officially deployed.
Example Endpoint: DELETE /api/v1/assets/{asset_id}
Placeholder Request
Remove an Imperial asset from active records:
Path Parameters:
asset_id
(string): The unique identifier of the asset to decommission
Example: DELETE /api/v1/assets/TIE-7742
Placeholder Response
Error Response
Asset decommissioning requires Level 7 Imperial clearance or higher. Unauthorized attempts will be logged.
Authorizations
Imperial Command authorization token. Contact your commanding officer for access credentials.
Path Parameters
Unique identifier of the asset to decommission
"TIE-7742"
Body
Decommission details
The body is of type object
.
Response
Asset decommissioned successfully
The response is of type object
.