DELETE
request to remove an existing Unit of Measurement (UOM) from the system. It allows users to delete a UOM by providing its unique identifier (unit_id).ApiKey: ********************
curl --location --request DELETE 'https://app.hisabkitab.co/third-party/unit-of-measurements/1' \
--header 'ApiKey;'
{
"success": true,
"message": "Unit of Measurement Deleted Successfully."
}