:doc:`S3Tables <../../s3tables>` / Client / delete_namespace

****************
delete_namespace
****************



.. py:method:: S3Tables.Client.delete_namespace(**kwargs)

  

  Deletes a namespace. For more information, see `Delete a namespace <https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-namespace-delete.html>`__ 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 <https://docs.aws.amazon.com/goto/WebAPI/s3tables-2018-05-10/DeleteNamespace>`_  


  **Request Syntax**
  ::

    response = client.delete_namespace(
        tableBucketARN='string',
        namespace='string'
    )
    
  :type tableBucketARN: string
  :param tableBucketARN: **[REQUIRED]** 

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

    

  
  :type namespace: string
  :param namespace: **[REQUIRED]** 

    The name of the namespace.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`S3Tables.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`S3Tables.Client.exceptions.ForbiddenException`

  
  *   :py:class:`S3Tables.Client.exceptions.NotFoundException`

  
  *   :py:class:`S3Tables.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`S3Tables.Client.exceptions.ConflictException`

  
  *   :py:class:`S3Tables.Client.exceptions.BadRequestException`

  