- and the query conditions that identify which records to remove. You can use the same filter syntax available for finding records to precisely target rows for deletion.
Example
Delete all vehicles with the makeChevy:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Remove records from a Standard R1 table using filter query conditions to precisely target and permanently delete specific rows of data.
- and the query conditions that identify which records to remove. You can use the same filter syntax available for finding records to precisely target rows for deletion.
Chevy:
[vehicles] - <make "Chevy">
LIMIT parameter in your filter to avoid deleting more records than intended — for example: [vehicles] - <make "Chevy", LIMIT 1>.