v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0118684573.2 KB
Entity Management

Bulk Deleting Entities

Use this API to delete multiple Entities at once. This endpoint accepts an array of Entity UUIDs and performs soft-deletion on all of them.

post/v1/projects/{projectId}/datasets/{name}/entities/bulk-delete

Path parameters

projectIdnumber required

The numeric ID of the Project

namestring required

Name of the Dataset

Request body

idsstring[] required

Array of Entity UUIDs to delete

Response

Success

successboolean

Example response

{
  "success": true
}