Bulk delete tasks
Deletes multiple tasks in the current workspace.
POST/api/tasks/delete-by-ids Deletes multiple tasks in the current workspace.
Request payload for Bulk delete tasks.
ids*array<>
Task ids that should be deleted in bulk.
Example[
"task_1",
"task_2"
]