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
Response
Success
Example response
{
"success": true
}