v1
latestOpenAPI 3.0.12026-07-24110189356.6 KBindex
Deletes the partitions that match the query
Deletes the partitions that match the query in the index layer. Returns the delete request ID, which you can use to query the status of the delete operation.
delete/layers/{layerID}
Path parameters
layerIDstring required
The ID of the index layer you want to delete from.
Query parameters
deleteQuerystring required
An RSQL query to use to delete the partitions that match the query. For more information, see Delete Index Data from an Index Layer. The query must use the indexing attributes defined in the index layer.
Response
Accepted - Delete request accepted successfully
Example response
{
"deleteId": "e07191de-8ab8-49f5-a11d-8240e1b93ab7"
}