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