S3Tables / Client / delete_namespace

delete_namespace#

S3Tables.Client.delete_namespace(**kwargs)#

Deletes a namespace.

See also: AWS API Documentation

Request Syntax

response = client.delete_namespace(
    tableBucketARN='string',
    namespace='string'
)
Parameters:
  • tableBucketARN (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the table bucket associated with the namespace.

  • namespace (string) –

    [REQUIRED]

    The name of the namespace.

Returns:

None

Exceptions