Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt

Use this file to discover all available pages before exploring further.

LyznDB Delete

Delete data from your personal database

Properties

PropertyValue
Typelyzndb-delete
FamilyActions
GroupDatabase

Parameters

NameLabelTypeDescriptionRequired
tableTable NameStringName of the table to delete fromYes
whereWHERE ClauseStringWHERE condition (use ? for parameters)Yes
whereParamsWHERE ParametersJSONArray of parameters for WHERE clauseNo

Outputs

NameLabelTypeDescription
rowsDeletedrowsDeletednumberNumber of rows deleted
successsuccessbooleanWhether delete succeeded