Remove-AzureRmADApplication

Remove-AzureRmADApplication

Deletes the azure active directory application.

Syntax

Parameter Set: Default
Remove-AzureRmADApplication -ApplicationObjectId <Guid> [-Force] [ <CommonParameters>]

Detailed Description

This is the Description section

Deletes the azure active directory application.

Parameters

-ApplicationObjectId<Guid>

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

true(ByPropertyName)

Accept Wildcard Characters?

false

-Force

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.

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

-------------------------- Delete AAD application. --------------------------

Deletes the azure active directory application.

PS C:\> Remove-AzureRmADApplication -ApplicationObjectId b4cd1619-80b3-4cfb-9f8f-9f2333425738 -Force

New-AzureRmADApplication