Revoke S3 Table

This endpoint deletes a table created under a certain S3 integration.

Request:

Body Params

PropertyDescriptionExample
table_name strThe name of the table to be revoked."my_table"
integration_name strThe 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.

PropertyDescriptionExample
status strThe status of the revoke request."The table 'my_table_1' revoked successfully."
Language
Credentials
Header
Click Try It! to start a request and see the response here!