Remove-AzureADApplication

Remove-AzureADApplication

Deletes an Active Directory application.

Syntax

Parameter Set: Default
Remove-AzureADApplication -ApplicationObjectId <Guid> [-Force] [-Profile <AzureProfile> ] [ <CommonParameters>]

Detailed Description

The Remove-AzureADApplication cmdlet deletes an Azure Active Directory application.

Parameters

-ApplicationObjectId<Guid>

Specifies the object ID of the application to delete.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

true(ByPropertyName)

Accept Wildcard Characters?

false

-Force

Forces the command to run without asking for user confirmation.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Profile<AzureProfile>

Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Delete an Active Directory application

This command deletes the specified Active Directory application, and does not prompt for user confirmation.

Remove-AzureADApplication -ApplicationObjectId b4cd1619-80b3-4cfb-9f8f-9f2333425738 -Force

New-AzureADApplication