S3Tables / Client / delete_namespace

delete_namespace#

S3Tables.Client.delete_namespace(**kwargs)#

Deletes a namespace. For more information, see Delete a namespace in the Amazon Simple Storage Service User Guide.

Permissions

You must have the s3tables:DeleteNamespace permission to use this operation.

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