Module Values.DeleteDistributionTenantRequestSource

Deletes a distribution tenant. If you use this API operation to delete a distribution tenant that is currently enabled, the request will fail. To delete a distribution tenant, you must first disable the distribution tenant by using the UpdateDistributionTenant API operation.

Sourcetype nonrec t = {
  1. id : String_.t;
    (*

    The ID of the distribution tenant to delete.

    *)
  2. ifMatch : String_.t;
    (*

    The value of the ETag header that you received when retrieving the distribution tenant. This value is returned in the response of the GetDistributionTenant API operation.

    *)
}
Sourceval context_ : string
Sourceval make : id:String_.t -> ifMatch:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.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