Skip to main content
Usage

Examples

Delete a record with the objectID “1” from the “MOVIES” index:
Delete records with the objectIDs “1” and “2” from the “MOVIES” index:
Delete all records matching the filters “type:Scripted” from the “MOVIES” index:

Filtering

Filter the search by facet values, so that only records with the same facet values are retrieved. See: facetFilters
Filter expression to only include items that match the filter criteria in the response. See: filters
Filter by numeric facets. See: numericFilters
Filter the search by values of the special _tags attribute. See: tagFilters
Coordinates for the center of a circle, expressed as a comma-separated string of latitude and longitude. See: aroundLatLng
Maximum radius for a search around a central location. See: aroundRadius

Other flags

Skip confirmation prompt
Validate and preview the delete request without sending it
Coordinates for a rectangular area in which to search. See: insideBoundingBox
Object IDs to delete
Wait for all the operations to complete

Output formatting flags

If true, ignore errors in templates due to missing fields or map keys. This only applies to golang and jsonpath output formats.
Output format. One of: (json, jsonl, ndjson, jsonpath, jsonpath-as-json, jsonpath-file).
Template string or path to a template file to use when —output=jsonpath, —output=jsonpath-file.
Last modified on July 15, 2026