Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 958 Bytes

schemaextension-remove.mdx

File metadata and controls

46 lines (29 loc) · 958 Bytes

import Global from '/docs/cmd/_global.mdx';

graph schemaextension remove

Removes specified Microsoft Graph schema extension

Usage

m365 graph schemaextension remove [options]

Options

`-i, --id <id>`
: The unique identifier for the schema extension definition

`-f, --force`
: Don't prompt for confirming removing the specified schema extension

Remarks

To remove specified schema extension definition, you have to pass the ID of the schema extension.

Examples

Removes specified Microsoft Graph schema extension with ID domain_myExtension. Will prompt for confirmation

m365 graph schemaextension remove --id domain_myExtension 

Removes specified Microsoft Graph schema extension with ID domain_myExtension without prompt for confirmation

m365 graph schemaextension remove --id domain_myExtension --force

Response

The command won't return a response on success.