NOTE: User must be logged in as admin to access this API
URL : service-desk/api/asset-type/{assetTypeId}
Method : DELETE
Query Parameters :
| Parameter | Type | Possible Values | Required/Optional | Description |
| assetTypeId | Integer | Required | Asset Type Id |
Success Response:
{
"success":true,
"message":"Asset Type Deleted Successfully"
}