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 "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
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