Currently gog gmail labels supports list, get, create, and modify but there's no delete subcommand.
The Gmail API supports labels.delete — it would be great to have this exposed in gog as well for cleaning up old/unused labels.
Proposed usage:
gog gmail labels delete <labelIdOrName>
Should respect --force to skip confirmation, consistent with other destructive commands.
Currently
gog gmail labelssupportslist,get,create, andmodifybut there's nodeletesubcommand.The Gmail API supports
labels.delete— it would be great to have this exposed in gog as well for cleaning up old/unused labels.Proposed usage:
Should respect
--forceto skip confirmation, consistent with other destructive commands.