infrastructure for account delete api endpoint (#993)

This commit is contained in:
Michael Quigley
2025-06-25 14:04:23 -04:00
parent 2aefe7e963
commit 9d90f7a2cc
5 changed files with 122 additions and 31 deletions

View File

@ -58,6 +58,7 @@ func Run(inCfg *config.Config) error {
api.AdminCreateFrontendHandler = newCreateFrontendHandler()
api.AdminCreateIdentityHandler = newCreateIdentityHandler()
api.AdminCreateOrganizationHandler = newCreateOrganizationHandler()
api.AdminDeleteAccountHandler = newDeleteAccountHandler()
api.AdminDeleteFrontendGrantHandler = newDeleteFrontendGrantHandler()
api.AdminDeleteFrontendHandler = newDeleteFrontendHandler()
api.AdminDeleteOrganizationHandler = newDeleteOrganizationHandler()