Values_1.DeleteCustomPermissionsRequestSourceDeletes a custom permissions profile.
type nonrec t = {awsAccountId : AwsAccountId.t;The ID of the Amazon Web Services account that contains the custom permissions profile that you want to delete.
*)customPermissionsName : CustomPermissionsName.t;The name of the custom permissions profile that you want to delete.
*)}val make :
awsAccountId:AwsAccountId.t ->
customPermissionsName:CustomPermissionsName.t ->
unit ->
t