post https://api.similarweb.com/v3/batch/s3-connector/revoke-table
This endpoint deletes a table created under a certain S3 integration.
Request:
Body Params
| Property | Description | Example |
|---|---|---|
| table_name str | The name of the table to be revoked. | "my_table" |
| integration_name str | The name of the integration from which the table should be revoked. | "my_integration" |
Response
The response contains the status of the revoke request. Can be a successful revoke status if the table was revoked or a bad request if the integration or table do not exists.
| Property | Description | Example |
|---|---|---|
| status str | The status of the revoke request. | "The table 'my_table_1' revoked successfully." |
