Revoke GCS Integration

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.

PropertyDescriptionExample
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:

PropertyDescriptionExample
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.

Language
Credentials
Header
Click Try It! to start a request and see the response here!