NOTE: User must be logged in as admin to access this API
URL : service-desk/api/license-type/{licenseTypeId}
Method : DELETE
Query Parameters :
| Parameter | Type | Possible Values | Required/Optional | Description | 
| licenseTypeId | Integer | Required | License Type id | 
Success Response:
{
  "success":true,
  "message":"License Type Deleted Successfully"
}
Error Response:
{
  "success":false,
  "message":"License Type Not Found"
}
              