Delete the data stored under a key from the sneaky store.
(sneaky-delete key) → *
Function:
(defun sneaky-delete (key) (declare (xargs :guard t)) (let ((__function__ 'sneaky-delete)) (declare (ignorable __function__)) (raise "Under-the-hood definition not yet installed")))