Skip to main content
POST
/
tasks
/
delete
Delete multiple tasks
curl --request POST \
  --url http://localhost:3000/v2/tasks/delete \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'

Body

application/json

Task IDs to delete

ids
string<objectid>[]

Task IDs to delete

Response

Tasks deleted successfully