Accelerate the Value of Data

Delete Specified Entities List by URIs

This operation deletes a specified list of entities from a tenant.

Request:

POST {TenantURL}/entities/_deleteByUris
Table 1. Parameters
Parameter Required Details
Headers Authorization Yes Information about authentication access token in format "Bearer <accessToken>" (see details in Authentication API).
Body - JSON list of entity URIs which should be deleted. The maximum number of entities which can be deleted per 1 request is 150.
Query mode No You can specify a type of delete operation using this parameter. It can be set to "hard" or "soft". Default value is "soft".

Example

POST {TenantURL}/entities/_deleteByUris?mode=hard
Body: ["entities/Ind1", "entities/Ind2", "entities/Ind3"]