Shutting down IBus

I can’t stop IBus from either running when the system is booting or simply trying all sorts of variations of ibus exit, for example:

$ ibus exit --verbose --type=kde-wayland
The session bus is generated.
NameAquired org.freedesktop.DBus:org.freedesktop.DBus

At this part it’s frozen and nothing happens.
I can kill the process but it’s not what I’m after, any other suggestions?

There’s probably a better and more elegant way, but I stopped ibus (and significantly reduced the size of my syslogs) by renaming it…

sudo mv /usr/bin/ibus-daemon /usr/bin/ibus-daemon.bak

if you should ever have a need the daemon, just change it back…