Values.DeleteNamespaceResponseSourceDeletes 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.
type nonrec t = {namespaceArn : Arn.t option;The ARN of the namespace to be deleted.
*)namespaceName : NamespaceName.t option;The name of the namespace to be deleted.
*)}type nonrec error = [ | `InternalFailureException of InternalFailureException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of InternalFailureException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of InternalFailureException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]