Superfy Platform API Documentation


Delete Specific Processed Route/Schedule API

Require Authentication

This API is used to delete specific processed route/schedule and its execution data for the company based on combination of deviceID and token.


URL

api/routes/deleteprocessed

Required parameter (POST)

Optional parameter

Example JSON Payload

{
	"deviceID": "ABCD-EFGH-IJKL-MNOP",
	"token": "bb602ab13b8090268cd6e3bb9dfa39e2",
	"maintenanceScheduleProcessID": 2
}

Possible return HTTP status code

Return message

{
  "status": "success",
  "message": [
    "Route processed and its related data have been deleted."
  ]
}