v1
latestOpenAPI 3.0.32026-07-241112213.6 KBBoard Tasks
Batch Delete Tasks
Batch delete tasks from a Board. This is a synchronous operation. You can either delete specific tasks by ID list or delete all tasks matching filter criteria.
post/boards/tasks/batch-delete
Headers
Topview-Uidstring required
User ID
Authorizationstring required
API Key for authentication (Bearer token)
Request body
Response
Tasks deleted successfully
Example response
{
"code": "200",
"message": "Success"
}