Revoke GCS Integration (POST)
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.
message str | Confirmation that the integration was successfully revoked | "Integration my_integration revoked." |
Error Response (if tables exist):
JSON
{
"error": "Integration 'my_integration' still has active tables: table_1, table_2. Please revoke the tables before revoking the integration."
}
Error Properties:
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.
Was this section helpful?
POST
/
Select
1
Was this section helpful?