v1
latestOpenAPI 3.1.02026-07-26359254.7 MBTasks
Bulk delete tasks
<small>Requires the tasks:write scope (or a broader one that includes it).</small>
Deletes multiple tasks by ID. Non-atomic — some may succeed while others fail. Items not in the response dictionary succeeded.
post/v3/tasks/bulk-delete
Request body
Response
Dictionary of failed items keyed by task ID. Empty object {} means all succeeded.
Possible per-item error codes:
| code | Meaning |
|---|---|
| notFound | Task does not exist or caller lacks permission to delete it |
object required