v1

latestOpenAPI 3.0.02026-07-2612645160.3 KB
tasks

Delete a task

Soft deletes a task by ID. The task will be marked as deleted but not permanently removed from the database. Associated interactive notes will also be deleted.

delete/api/public/tasks/{id}

Path parameters

idstring uuid required

The UUID of the task to delete

Response

Task deleted successfully

statusstring

Example response

{
  "status": "success"
}