spo file sharinglink clear¶
Removes sharing links of a file
Usage¶
m365 spo file sharinglink clear [options]
Options¶
-u, --webUrl <webUrl>
- The URL of the site where the file is located.
--fileUrl [fileUrl]
- The server-relative (decoded) URL of the file. Specify either
fileUrl
orfileId
but not both. --fileId [fileId]
- The UniqueId (GUID) of the file. Specify either
fileUrl
orfileId
but not both. -s, --scope [scope]
- Scope of the sharing link. Possible options are:
anonymous
,users
ororganization
. If not specified, all links will be removed. --confirm
- 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 isfull
. --query [query]
- JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
- Output type.
json,text,csv,md
. Defaultjson
--verbose
- Runs command with verbose logging
--debug
- Runs command with debug logging
Examples¶
Removes all sharing links from a file specified by id without prompting for confirmation
m365 spo file sharinglink clear --webUrl https://contoso.sharepoint.com/sites/demo --fileId daebb04b-a773-4baa-b1d1-3625418e3234 --confirm
Removes sharing links of type anonymous from a file specified by url with prompting for confirmation
m365 spo file sharinglink clear --webUrl https://contoso.sharepoint.com/sites/demo --fileUrl '/sites/demo/Shared Documents/document.docx' --scope anonymous
Response¶
The command won't return a response on success.