Skip to main content

spo listitem attachment remove

Removes an attachment from a list item

Usage

m365 spo listitem attachment remove [options]

Options

-u, --webUrl <webUrl>

URL of the site where the list item is located.

--listId [listId]

ID of the list. Specify either listTitle, listId or listUrl.

--listTitle [listTitle]

Title of the list. Specify either listTitle, listId or listUrl.

--listUrl [listUrl]

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

--listItemId <listItemId>

The ID of the list item.

-n, --fileName <fileName>

Name of the file to remove.

-f, --force

Don't prompt for confirmation.

-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

Remove an attachment from a list item using list tile.

m365 spo listitem attachment remove --webUrl https://contoso.sharepoint.com/sites/project-x --listTitle "Demo List" --listItemId 147 --fileName "File1.jpg"

Remove an attachment from a list item using list URL.

m365 spo listitem attachment remove --webUrl https://contoso.sharepoint.com/sites/project-x --listUrl "/sites/project-x/Lists/DemoList" --listItemId 147 --fileName "File1.jpg"

Response

The command won't return a response on success.

CTRL + M