ars_DeleteEntry(ctrl,schema,entry_id)
entry_id
Example:
if (ars_DeleteEntry(ctrl,"Schema01",$entry_id) == -1) { die $ars_errstr; }
Back to Table of Contents