cURL
curl --request DELETE \ --url http://localhost:3000/api/inventories/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": "<unknown>" }
Requires inventory:manage permission.
inventory:manage
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Resource ID
Inventory deleted
true