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
Note: The maximum number of URIs that can be deleted per request is 150.
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 to delete. The maximum number of URIs 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"]