(Quick Reference)
                Service: Delete an item category translation
Description: Returns a json response.
URL: 
https://BASE_URL/api/VERSION/itemCategoryTranslations/{id}: DELETE
Parameters:
| Name | Description | Type | Required | Example values | 
|---|
| id | The numerical ID of the desired translation | Long | yes | 123 | 
Success Output
 Success case: response.status=200 
{
  "success": "true",
  "success_description": "Instance deleted successfully"
} Failure Output
 Failure case:response.status = 400 
{
  "error": "delete_failed",
  "error_description": "Failed to delete instance."
} Failure case:response.status = 404 
{
  "error": "not_found",
  "error_description": "The item category translation with the id 706 doesn't exist."
}