IoTThingsGraph / Client / delete_namespace
delete_namespace#
- IoTThingsGraph.Client.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