Values.DeleteIdentitiesInputSourceInput to the DeleteIdentities action.
type nonrec t = {identityIdsToDelete : IdentityIdList.t;A list of 1-60 identities that you want to delete.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of IdentityId.t ] list ]) list ]