remove permsision to manage API integration

This commit is contained in:
Kenneth Kehl
2024-10-21 12:27:44 -07:00
parent 3601b16c7b
commit 7db678ddec
2 changed files with 3 additions and 18 deletions

View File

@@ -17,7 +17,6 @@ permission_options = (
("send_messages", "Send messages"),
("manage_templates", "Add and edit templates"),
("manage_service", "Manage settings, team and usage"),
("manage_api_keys", "Manage API integration"),
)