Bulk delete tasks
Deletes multiple tasks in the current workspace.
POST
/api/unstable/tasks/delete-by-idsDeletes multiple tasks in the current workspace.
Request Body
application/json
ids*array<>
Task ids that should be deleted in bulk.
Example
[
"task_1",
"task_2"
][key: string]?never
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json