cURL
curl --request DELETE \ --url https://api.example.com/vendor/inventory-items/{id} \ --header 'Authorization: Bearer <token>'
Deletes InventoryItem of specified id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the InventoryItem.
Ok