Values.DeleteResourcePolicyRequestSourceRemoves the association of a resource-based policy from an app monitor.
type nonrec t = {name : AppMonitorName.t;The app monitor that you want to remove the resource policy from.
*)policyRevisionId : PolicyRevisionId.t option;Specifies a specific policy revision to delete. Provide a PolicyRevisionId to ensure an atomic delete operation. If the revision ID that you provide doesn't match the latest policy revision ID, the request will be rejected with an InvalidPolicyRevisionIdException error.
*)}