Last Updated: Feb 14, 2022
Use this function to delete records in the Jiffy Main Table or Inline Table based on the given UUID.
Delete Record (Jiffy Table)(table_name, UUID)
Input Parameter Name | Description |
---|---|
table_name | Name of the Jiffy Table |
UUID | UUID of the record |
To delete inline table records, table_name must be {Name of Parent Table}.{Name of Inline Table} and UUID must be {UUID of the Parent Table Record}.{UUID of the Inline Table Record}.
Multiple UUID can be given separated by a comma.
To view all the Table functions, click here.