Created
January 21, 2025 19:36
-
-
Save victor-tremendous/b42e45ea4baba217886f3a94f672bcbd to your computer and use it in GitHub Desktop.
Reset TypeForm integration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
decrypt! | |
organization = ff('<team ID>') | |
integration = organization.integrations.find_by(provider: 'typeform') | |
with_write_connection do | |
integration.reward_integrations.each do |r| | |
r.mark_deleted | |
r.destroy! | |
end | |
integration.destroy! | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment