cURL
curl --request DELETE \ --url https://app.blinksale.test/api/v1/units/{unitId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Operation completed successfully" }
Delete a unit of measurement
Access token obtained from the /v1/auth/login endpoint
The ID of the unit to delete
Unit deleted successfully
true
"Operation completed successfully"