Usage
Examples
Delete a record with the objectID “1” from the “MOVIES” index:Filtering
Filter the search by facet values, so that only records with the same facet values are retrieved.
See:
facetFiltersFilter expression to only include items that match the filter criteria in the response.
See:
filtersFilter by numeric facets.
See:
numericFiltersFilter the search by values of the special _tags attribute.
See:
tagFiltersGeo-Search
Coordinates for the center of a circle, expressed as a comma-separated string of latitude and longitude.
See:
aroundLatLngMaximum radius for a search around a central location.
See:
aroundRadiusOther flags
Skip confirmation prompt
Validate and preview the delete request without sending it
Coordinates for a rectangular area in which to search.
See:
insideBoundingBoxObject 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.