How to remove package from internal git repo

Hello,
We have created an internal git repo in R studio package manager. If at some point I wanted to remove the package and publish it again , how do I remove the package from the repo.
We are able to remove the git-builder from source. Now since this source is being subscribed by package the expectation was the package should also remove from git-repo.

rspm delete repo --name=git-repo

This was the command we used and

rspm delete git-builder --name=package name --source=source name

This command helped us to remove the package from source only.

Please help us to decode what are we missing.