Skip to main content

spo field remove

Removes the specified list- or site column

Usage

m365 spo field remove [options]

Options

-u, --webUrl <webUrl>

Absolute URL of the site where the field to remove is located

-l, --listTitle [listTitle]

Title of the list where the field is located. Specify only one of listTitle, listId or listUrl

--listId [listId]

ID of the list where the field is located. Specify only one of listTitle, listId or listUrl

--listUrl [listUrl]

Server- or web-relative URL of the list where the field is located. Specify only one of listTitle, listId or listUrl

-i, --id [id]

The ID of the field to remove. Specify id, title, or group

-t, --title [title]

The display name (case-sensitive) of the field to remove. Specify id, title, or group

-g, --group [group]

Delete all fields from this group (case-sensitive). Specify id, title, or group

--confirm

Don't prompt for confirming removing the field

-h, --help [help]

Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are options, examples, remarks, response, full. Default is full.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Examples

Remove the site column with the specified ID, located in site https://contoso.sharepoint.com/sites/contoso-sales

m365 spo field remove --webUrl https://contoso.sharepoint.com/sites/contoso-sales --id 5ee2dd25-d941-455a-9bdb-7f2c54aed11b

Remove the list column with the specified ID, located in site https://contoso.sharepoint.com/sites/contoso-sales. Retrieves the list by its title

m365 spo field remove --webUrl https://contoso.sharepoint.com/sites/contoso-sales --listTitle Events --id 5ee2dd25-d941-455a-9bdb-7f2c54aed11b

Remove the list column with the specified display name, located in site https://contoso.sharepoint.com/sites/contoso-sales. Retrieves the list by its url

m365 spo field remove --webUrl https://contoso.sharepoint.com/sites/contoso-sales --listUrl "Lists/Events" --title "Title"

Remove all site columns from group MyGroup

m365 spo field remove --webUrl https://contoso.sharepoint.com/sites/contoso-sales --group "MyGroup"
CTRL + M