Module Values.DeregisterAdminInputSource

Removes the user or group from the list of administrators of the private re:Post.

Sourcetype nonrec t = {
  1. spaceId : SpaceId.t;
    (*

    The ID of the private re:Post to remove the admin from.

    *)
  2. adminId : AdminId.t;
    (*

    The ID of the admin to remove.

    *)
}
Sourceval context_ : string
Sourceval make : spaceId:SpaceId.t -> adminId:AdminId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SpaceId.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