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