Unregister Command Palette

Is there a way to remove/unregister a command from the logseq command palette? I don’t seem to see it on this page: IAppProxy | @logseq/libs

It doesn’t seem to be possible in the API currently. Maybe @Aryan or @Charlie could add it.

It’s a hidden command @dvargas92495

logseq.App.unregister_plugin_simple_command(`${logseq.baseInfo.id}/${key}`)

/Key is optional. So you can just have the base info but then it would un register all the commands in case that’s what you desire.

nice thank you! Any reason why it’s hidden and not documented? Also seems like it’s not in the typescript types