Delete Execution Data on Processed Route API
Require Authentication
This API is used to delete execution data on processed route for the company based on combination of deviceID and token.
URL
api/routes/deleteexecution
Required parameter (POST)
- deviceID
- token
- maintenanceScheduleProcessID «contains maintenanceScheduleProcessID that will be looked for. Value must exist in Get Processed Route/Schedule List»
Optional parameter
Example JSON Payload
{ "deviceID": "ABCD-EFGH-IJKL-MNOP", "token": "bb602ab13b8090268cd6e3bb9dfa39e2", "maintenanceScheduleProcessID": 1 }
Possible return HTTP status code
- 200
- 400
- 401
- 404
- 405
Return message
{ "status": "success", "message": [ "Route processed data have been deleted." ] }