cURL
curl --request DELETE \ --url https://lms.tausi.africa/v1/stocks/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Permanently removes a stock record.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Stock deleted successfully
true