Delete Scheduled Task

Delete the task. The UUID is the one from the Create Scheduled Task procedure.

DELETE https://<NSP Server>:8543/task-scheduler/api/v1/tasks/b03fe69f-15c8-4154-8ec5-1d11078a6c5b

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 0,
  "totalRows": 0,
  "data": "task: b03fe69f-15c8-4154-8ec5-1d11078a6c5b removed."
}