DELETE’RECORD #file-channel
DELETE'RECORD is similar to UPDATE'RECORD except that it deletes the record (and all associated keys) rather than updating it. Like UPDATE'RECORD, it relies on the record being locked and the recno variable being set (normally by a previous GET operation with the LOCKED option).
Unlike UPDATE'RECORD, it is not necessary to manually delete the lock.
All errors trap (as BASIC errors).