Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Remove-EntraServicePrincipal

Removes a service principal.

Syntax

Default (Default)

Remove-EntraServicePrincipal

 -ServicePrincipalId <String>
 [<CommonParameters>]

Description

The Remove-EntraServicePrincipal cmdlet removes a service principal in Microsoft Entra ID.

Examples

Example 1: Removes a service principal

Connect-Entra -Scopes 'Application.ReadWrite.All','Application.ReadWrite.OwnedBy'
Get-EntraServicePrincipal -Filter "displayName eq 'Helpdesk Application'" | Remove-EntraServicePrincipal

This example demonstrates how to remove a service principal in Microsoft Entra ID.

  • -ServicePrincipalId parameter specifies the service principal Id.

Parameters

-ServicePrincipalId

Specifies the ID of a service principal in Microsoft Entra ID.

Parameter properties

Type:System.String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:ObjectId

Parameter sets

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Related Links


Feedback

Was this page helpful?