buildah rmi - Removes one or more images.
buildah rmi imageID [...]
Removes one or more locally stored images.
--force, -f
Executing this command will stop all containers that are using the image and remove them from the system
buildah rmi imageID
buildah rmi --force imageID
buildah rmi imageID1 imageID2 imageID3
buildah(1)