Skip to content

New command: m365 spp model remove #6118

@mkm17

Description

@mkm17

Usage

m365 spp model remove [options]

Description

Delete a SharePoint Premium document understanding model

Options

Option Description
-u, --siteUrl <siteUrl> The URL of the content center site.
-i, --id [id] The unique ID of the model to delete. Specify either id or title but not both.
-t, --title [title] The display name (case-sensitive) of the model to remove. Specify either id or title but not both.
-f, --force Don't prompt for confirming removing the model.

Examples

Delete a SharePoint Premium document understanding model using the model’s UniqueId.

m365 spp model remove --siteUrl "https://contoso.sharepoint.com/sites/ContentCenter" --id "7645e69d-21fb-4a24-a17a-9bdfa7cb63dc"

Delete a SharePoint Premium document understanding model using the model’s title.

m365 spp model remove --siteUrl "https://contoso.sharepoint.com/sites/ContentCenter" --title "climicrosoft365Model"

Remarks

Note that this model will be removed from all libraries before it can be deleted.

Additional Info

These two endpoints should be used:

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions