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
}

Changes

Changed in 3 of the 55 revisions of this API.12