Skip to main content

spo listitem retentionlabel remove

Clears the retention label from a list item

Usage

m365 spo listitem retentionlabel remove [options]

Options

-u, --webUrl <webUrl>

URL of the site where the retentionlabel from a listitem to remove is located

-i, --listItemId <listItemId>

The ID of the list item for which the retention label should be removed.

-l, --listId [listId]

ID of the list where the retention label should be removed. Specify either listTitle, listId or listUrl

-t, --listTitle [listTitle]

Title of the list where the retention label should be removed. Specify either listTitle, listId or listUrl

--listUrl [listUrl]

Server- or site-relative URL of the list. Specify either listTitle, listId or listUrl

-f, --force

Don't prompt for confirming removing the retention label from a list item

-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 options.

--query [query]

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

-o, --output [output]

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

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Examples

Removes the retention label from a list item in a given site based on the list id

m365 spo listitem retentionlabel remove --webUrl https://contoso.sharepoint.com/sites/project-x --listId 0cd891ef-afce-4e55-b836-fce03286cccf --listItemId 1

Removes the retention label from a list item in a given site based on the list title

m365 spo listitem retentionlabel remove --webUrl https://contoso.sharepoint.com/sites/project-x --listTitle 'List 1' --listItemId 1

Removes the retention label from a list item in a given site based on the server relative list url

m365 spo listitem retentionlabel remove --webUrl https://contoso.sharepoint.com/sites/project-x --listUrl /sites/project-x/lists/TestList --listItemId 1

Response

The command won't return a response on success.

CTRL + M