diff --git a/app/client/api-client/types.gen.ts b/app/client/api-client/types.gen.ts index 4e107974..b88a5980 100644 --- a/app/client/api-client/types.gen.ts +++ b/app/client/api-client/types.gen.ts @@ -64,9 +64,9 @@ export type DeleteUserAccountData = { export type DeleteUserAccountErrors = { /** - * Forbidden + * Account not found */ - 403: unknown; + 404: unknown; /** * Cannot delete the last account */