Home / Worklogs / Delete Worklog

Delete Worklog


Delete a Work log in a request

URL
https://sdpondemand.manageengine.com/api/json/request/REQUEST_ID/worklogs/WORKLOGID

Method
HTTP POST

API description
Edits the worklog in a request in the ServiceDesk Plus On-Demand application

Parameters to be passed
authtoken, scope, OPERATION_NAME (value is DELETE_WORKLOG )


Sample Request:

curl -d "authtoken=860608382173c3a027f8e1273fb22101&OPERATION_NAME=DELETE_WORKLOG&scope=sdpodapi" 
https://sdpondemand.manageengine.com/api/json/request/10/worklogs/2000000124193

Sample Response:

{
   "operation": {
      "name": "DELETE_WORKLOG",
      "result": {
         "status": "Success",
         "message": "WorkLog deleted successfully"
      }
   }
}



     RSS of this page