You can delete records by criteria.
You can use all search operators listed below the request.
Search operators
The request can contain all, some or none of the next search operators:
Operator | Description |
---|---|
lt | Less Than operator Types: integer, float Example: |
lte | Less Than or Equal to operator Types: integer, float Example: |
gt | Greater Than operator Types: integer, float Example: |
gte | Greater Than or Equal to operator Types: integer, float Example: |
ne | Not Equal to operator Types: integer, float, string, boolean Example: |
in | Contained IN array operator Types: integer, float, string Example: |
nin | Not contained IN array operatpr Types: integer, float, string Example: |
all | ALL contained IN array operator Types: array Example: |
or | OR operator Types: integer, float, string Example: Will return records with name |
ctn | Contains substring operator Types: string Example: Will return all records where |
near | Types: location Example: Search records in a specific radius with the current position in meters. Format: |