Skip to main content

Remove record (ZeyOS)

Anatomy

<db:remove entity="string" id="int"/>

Parents: db:connection

Description: DB:REMOVE removes a database record, specified by an entity and an ID.

Attributes

NameTypeDescriptionDefined By
entitystringEntity db:remove
idintID db:remove

Examples

Example

<db:remove entity="contacts" id="123"/>