-delete

Deletes records.

Target parameter

Signature

1-delete

Deletes records.

-delete is part of this LaiRu reference group. -delete is part of datasource access. Prefer bind values for visitor input, inspect errors during writes, and keep display escaping separate from SQL handling.

Examples

Basic call

1inline(-database='contacts', -table='people', -delete, -keyField='id', -keyValue=1) => { found_count }
The example shows the call shape; use bind values and checked errors for visitor-supplied data.