Request Type:
DELETE
API Endpoint:
<url>/api/inventory/item/:item_id
Mandatory Headers Properties:
Authorization (type: string): the valid access token from the authentication.
Mandatory Query parameters:
item_id (type: string): The inventory item ID to delete.
Response:
200 - success
400 - Item does not exist or in an invalid status for deletion.
503 – service unavailable.