CleanRoomsService / Client / delete_intermediate_table
delete_intermediate_table¶
- CleanRoomsService.Client.delete_intermediate_table(**kwargs)¶
Deletes an intermediate table. When you delete the table, the service marks it as DELETED, removes its analysis rule and schema, and triggers storage cleanup. This operation is idempotent. Only the intermediate table owner can call this operation.
See also: AWS API Documentation
Request Syntax
response = client.delete_intermediate_table( membershipIdentifier='string', intermediateTableIdentifier='string' )
- Parameters:
membershipIdentifier (string) –
[REQUIRED]
The unique identifier of the membership that contains the intermediate table.
intermediateTableIdentifier (string) –
[REQUIRED]
The unique identifier of the intermediate table to delete.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions