Revoke GCS Integration

Deletes the specified GCS integration. All related tables must be revoked before this step.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json