Delete Record
Last updated
Last updated
Deletes a record from the database.
Give this function a description for easy understanding of what this function achieves.
This description will appear in the function stack, giving you easier readability for complex logic.
You need to tell Xano which record you want to target by providing a field_name and field_value. Field_name
is the name of the database field to look inside of, and field_value
is the value to look for in that field — for example, field_name: id
& field_value: 1