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