This is especially useful when server GPG keys are updated.
List the repository GPG keys that are currently installed with
sudo rpm -q gpg-pubkey --qf '%{NAME}-%{VERSION}-%{RELEASE}\t%{SUMMARY}\n'
Find the GPG key you want to remove from the listed items from the previous command and remove it using it's ID (first column).
sudo rpm -e --allmatches <gpg-pubkey-id>