devguard
TasksDelete many

Delete multiple tasks.

POST
/tasks/delete-many/

Authorization

Authorization
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/tasks/delete-many/" \  -H "Content-Type: application/json" \  -d '{    "ids": [      "string"    ],    "organizationId": "string"  }'
{  "count": 0,  "organizationId": "string"}

How is this guide?