ars_DeleteEntry(ctrl,schema,entry_id)

This function deletes the entry (row) in the schema matching entry_id.

On success
Returns 1.
On failure
Returns 0.

Example:

      ars_DeleteEntry(ctrl,"Schema01",$entry_id) ||
	die $ars_errstr;
      

<-- Back to Table of Contents