QANATIX
API ReferenceInteractive ReferenceEntities

Bulk delete entities

Soft-delete multiple entities at once.

POST
/api/v1/entities/bulk-delete

Header Parameters

x-tenant-id?|
authorization?|

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/entities/bulk-delete" \  -H "Content-Type: application/json" \  -d '{    "entity_ids": [      "497f6eca-6276-4993-bfeb-53cbbbba6f08"    ]  }'
{
  "archived": 0
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}