Description
Deletes the meta key from the Entry Meta table.
Usage
gform_delete_meta( $entry_id, $meta_key );
Parameters
Examples
This example simply deletes a stored entry meta value.
// deletes the meta value of the "temporary_value" entry meta key for entry ID 13 gform_delete_meta( 13, 'temporary_value' );
Source Code
This function is located in forms_model.php