Remove-SPOAppBillingPolicy

Removes billing policy asscoiated with the application.

Syntax

Remove-SPOAppBillingPolicy
      [[-ApplicationId] <ApplicationId>]

Description

Remove-SPOAppBillingPolicy removes the billing policy associated with the application.

You must be a SharePoint Administrator to run this cmdlet.

Note

To use the Remove-SPOAppBillingPolicy cmdlet, an admin must authenticate to SharePoint Online using modern authentication.

Use the Connect-SPOService cmdlet shown below, which will prompt you to enter your credentials. If multi-factor authentication (MFA) is enabled, you will need to complete the MFA process (e.g., entering a verification code sent to your phone).

Connect-SPOService -Url https://(your-tenant)-admin.sharepoint.com

Replace (your-tenant) with your actual SharePoint Online domain, e.g. https://contoso-admin.sharepoint.com.

Examples

Example 1

Remove-SPOAppBillingPolicy -ApplicationId 1653hhd-87100luhw-786265gk-00asa00

Parameters

-ApplicationID

This parameter specifies the ID of the application.

Type:GUID
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False
Applies to:SharePoint Online