Skip to content

Soft-delete multiple tasks

POST
/api/tasks/bulk/delete

Authorizations

bearerAuth

API token created via POST /api/tokens or the db:create-token CLI command

Type
HTTP (bearer)

Request Body

application/json
JSON
{
"task_ids": [
0
]
}

Responses

Bulk operation result

application/json
JSON
{
"tasks_affected": 0
}

Samples

Powered by VitePress OpenAPI