v1

latestOpenAPI 3.1.02026-07-1213613295.5 KB
Scheduled Tasks

Delete Task

Delete a scheduled task for an application.

delete/applications/{uuid}/scheduled-tasks/{task_uuid}

Path parameters

uuidstring required

UUID of the application.

task_uuidstring required

UUID of the scheduled task.

Response

Scheduled task deleted.

messagestring

Example response

{
  "message": "Scheduled task deleted."
}