You should update your fabric package, or create your own :-), to delete this data as well. But this can only be done if the CIKEY doe not exists in the CUBE_INSTANCE table.
delete from audit_counter ac
where ac.cikey not in
(
select ci.cikey from cube_instance ci
);