Values.DeleteComponentRequestSourceUngroups a custom component. When you ungroup custom components, all applicable monitors that are set up for the component are removed and the instances revert to their standalone status.
type nonrec t = {resourceGroupName : ResourceGroupName.t;The name of the resource group.
*)componentName : CustomComponentName.t;The name of the component.
*)}val make :
resourceGroupName:ResourceGroupName.t ->
componentName:CustomComponentName.t ->
unit ->
t