Endpoint Examples
Decommission Imperial Asset
Removes an Imperial asset from active service records
DELETE
Decommission Imperial Asset
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
DELETE /api/v1/assets/TIE-7742
Placeholder Response
Error Response
Authorizations
Imperial Command authorisation token. Contact your commanding officer for access credentials.
Path Parameters
Unique identifier of the asset to decommission
Pattern:
^[A-Z]{3}-[0-9]{4}$Example:
"TIE-7742"
Body
application/json
Decommission details
Decommission Imperial Asset

