Delete a note in a request
URL
https://sdpondemand.manageengine.com/api/json/request/REQUEST_ID/notes/NOTESID
Method
HTTP POST
API description
Delets a note in a request in the ServiceDesk Plus On-Demand application
Parameters to be passed
authtoken, scope, OPERATION_NAME (value is DELETE_NOTE )
Sample Request:
curl -d "authtoken=860608382173c3a027f8e1273fb22101&OPERATION_NAME=DELETE_NOTE&scope=sdpodapi"
https://sdpondemand.manageengine.com/api/json/request/10/notes/2000000124159
Sample Response:
{
"operation": {
"name": "DELETE_NOTE",
"result": {
"status": "Success",
"message": "Note deleted successfully."
}
}
}