v1
latestOpenAPI 3.0.02026-07-2612645160.3 KBtasks
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
Example response
{
"status": "success"
}