Skip to content

New command: remove enterprise application #6111

@waldekmastykarz

Description

@waldekmastykarz

Usage

m365 entra enterpriseapp remove [options]

Description

Delete enterprise application

Options

Option Description
-i, --id [id] The ID of the application for which the enterprise application. Use either id, displayName, or objectId, but not multiple.
-n, --displayName [displayName] The display name of the enterprise application. Use either id, displayName, or objectId, but not multiple.
--objectId [objectId] The object ID of the enterprise application. Use either id, displayName, or objectId, but not multiple.
--force Don't prompt for confirmation

Examples

Delete enterprise application by app ID

m365 entra enterpriseapp remove --id b2307a39-e878-458b-bc90-03bc578531d6 --force

Delete the Contoso app enterprise application.

m365 entra enterpriseapp remove --displayName "Contoso app" --force

Delete the enterprise application with specific object ID

m365 entra enterpriseapp remove --objectId b2307a39-e878-458b-bc90-03bc578531dd

Default properties

No response

Additional Info

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions