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
}Changes
Changed in 3 of the 55 revisions of this API.12
- ○
api operation id
Bulk Deleting Entitiesremoved and replaced withdeleteEntitiesapi-operation-id-removed
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲