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:
Usage
m365 spp model remove [options]
Description
Delete a SharePoint Premium document understanding model
Options
-u, --siteUrl <siteUrl>-i, --id [id]idortitlebut not both.-t, --title [title]idortitlebut not both.-f, --forceExamples
Delete a SharePoint Premium document understanding model using the model’s UniqueId.
Delete a SharePoint Premium document understanding model using the model’s title.
Remarks
Note that this model will be removed from all libraries before it can be deleted.
Additional Info
These two endpoints should be used: