Delete a priority
URL
https://sdpondemand.manageengine.com/api/json/admin/priority/PRIORITYID
Method
POST
API description
Deletes a priority in the ServiceDesk Plus On-Demand application
Parameters to be passed
authtoken, scope, OPERATION_NAME (value is DELETE_PRIORITY)
Sample Response:
{{
"operation": {
"name": "DELETE_PRIORITY",
"result": {
"status": "Success",
"message": "Priority deleted successfully"
}
}
}