Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_namespace

delete_namespace()

Deletes the specified namespace. This action deletes all of the entities in the namespace. Delete the systems and flows that use entities in the namespace before performing this action. This action takes no request parameters.

Danger

This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.

See also: AWS API Documentation

Request Syntax

response = client.delete_namespace()
Return type
dict
Returns
Response Syntax
{
    'namespaceArn': 'string',
    'namespaceName': 'string'
}

Response Structure

  • (dict) --
    • namespaceArn (string) --

      The ARN of the namespace to be deleted.

    • namespaceName (string) --

      The name of the namespace to be deleted.

Exceptions

  • IoTThingsGraph.Client.exceptions.InternalFailureException
  • IoTThingsGraph.Client.exceptions.ThrottlingException