diff --git a/backend/src/services/integration-auth/integration-sync-secret.ts b/backend/src/services/integration-auth/integration-sync-secret.ts index 912f1fafd..f3010a7d7 100644 --- a/backend/src/services/integration-auth/integration-sync-secret.ts +++ b/backend/src/services/integration-auth/integration-sync-secret.ts @@ -1167,7 +1167,8 @@ const syncSecretsAWSSecretManager = async ({ } else { await secretsManager.send( new DeleteSecretCommand({ - SecretId: secretId + SecretId: secretId, + ForceDeleteWithoutRecovery: true }) ); }