v1

latestOpenAPI 3.1.02026-07-2414103.5 MB

Revoke Snowflake Integration

This endpoint deletes Snowflake integrations.

post/v3/batch/snowflake/revoke

Request body

revoke_allboolean

Whether to revoke ALL of the account's Snowflake integrations.

Response

200

revoked integrationsstring[]

Example response

{
  "revoked integrations": [
    "my_snowflake_integration"
  ]
}