Revoke Snowflake Integration

This endpoint deletes Snowflake integrations.

Request:

Body Params

PropertyDescriptionExample
integration_names List[str]An array of the integration names to be revoked.["my_snowflake_integration", "my_snowflake_integration_2"]
revoke_all boolWhether to revoke ALL of the account's Snowflake integrations.False

Response

The response contains an array of the revoked integrations names.

PropertyDescriptionExample
revoked integrations List[str]An array of the revoked integrations names.["my_snowflake_integration", "my_snowflake_integration_2"]
Language
Credentials
Header
Click Try It! to start a request and see the response here!