Values.DisassociatePermissionRequestSourceRemoves a permission policy from a Amazon Q Business application, revoking the cross-account access that was previously granted to an ISV. This operation deletes the specified policy statement from the application's permission policy.
type nonrec t = {applicationId : ApplicationId.t;The unique identifier of the Amazon Q Business application.
*)statementId : String_.t;The statement ID of the permission to remove.
*)}