From @vanstee on January 26, 2017 14:5
Now that we made many foreign key relationship constraints restrict on delete, we need to add a --force flag to cogctl for convenient operation. We'll also need to support these changes in Cog. Here's a list of all commands that need to support this flag:
cogctl bundle uninstall
cogctl users delete
cogctl groups delete
cogctl relays delete
cogctl relay-groups delete
cogctl roles delete
cogctl permissions delete
Copied from original issue: operable/cog#1328