v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0618918374.7 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."
}