Delete Specified Entities List by URIs
This operation deletes a specified list of entities from a tenant.
Request:
POST {TenantURL}/entities/_deleteByUris
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"]