Remove-AzureADMSApplication

Deletes an application object.

Syntax

Remove-AzureADMSApplication
      -ObjectId <String>
      [<CommonParameters>]

Description

Deletes an application object identified by objectId.

Examples

Example 1: Remove an application

PS C:\>Remove-AzureADMSApplication -ObjectId "acd10942-5747-4385-8824-4c5d5fa904f9"

This command removes the specified application.

Parameters

-ObjectId

The unique identifier of the object specific Azure Active Directory object

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

Inputs

string