post https://api.similarweb.com/v4/batch/gcs-connector/revoke
Deletes the specified GCS integration. All related tables must be revoked before this step.
Response Properties
The response contains the status of the revoke request. Can be a successful revoke status if the integration was revoked or a bad request if the integration do not exist.
Property | Description | Example |
---|---|---|
message str | Confirmation that the integration was successfully revoked | "Integration my_integration revoked." |
Error Response (if tables exist):
{
"error": "Integration 'my_integration' still has active tables: table_1, table_2. Please revoke the tables before revoking the integration."
}
Error Properties:
Property | Description | Example |
---|---|---|
error str | Explanation of the failure reason | "Integration 'my_integration' still has active tables: table_1, table_2." |
Note: All tables must be revoked first.