Skip to main content
POST
Delete tasks in bulk

Authorizations

Authorization
string
header
required

JWT token obtained from /v2/auth/login. Send it in the header: Authorization: Bearer <your_token>

Body

application/json
taskIds
integer[]
required

Public numeric task identifiers to delete.

Minimum array length: 1
Required range: x >= 1
Example:

Response

Tasks deleted in bulk successfully

deleted
integer
required
Example:

2

notFound
integer
required
Example:

1

message
string
required
Example:

"2 tarefas removidas com sucesso"

notFoundTaskIds
integer[]
Example: