Module Values_1.DeleteNamespaceRequestSource

Deletes a namespace and the users and groups that are associated with the namespace. This is an asynchronous process. Assets including dashboards, analyses, datasets and data sources are not deleted. To delete these assets, you use the API operations for the relevant asset.

Sourcetype nonrec t = {
  1. awsAccountId : AwsAccountId.t;
    (*

    The ID for the Amazon Web Services account that you want to delete the Quick Sight namespace from.

    *)
  2. namespace : Values_0.Namespace.t;
    (*

    The namespace that you want to delete.

    *)
}
Sourceval context_ : string
Sourceval make : awsAccountId:AwsAccountId.t -> namespace:Values_0.Namespace.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AwsAccountId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t