CleanRoomsService / Client / delete_intermediate_table

delete_intermediate_table

CleanRoomsService.Client.delete_intermediate_table(**kwargs)

Deletes an intermediate table. The delete 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