post https://api.similarweb.com/v3/batch/snowflake/revoke
This endpoint deletes Snowflake integrations.
Request:
Body Params
| Property | Description | Example |
|---|---|---|
| integration_names List[str] | An array of the integration names to be revoked. | ["my_snowflake_integration", "my_snowflake_integration_2"] |
| revoke_all bool | Whether to revoke ALL of the account's Snowflake integrations. | False |
Response
The response contains an array of the revoked integrations names.
| Property | Description | Example |
|---|---|---|
| revoked integrations List[str] | An array of the revoked integrations names. | ["my_snowflake_integration", "my_snowflake_integration_2"] |
