Skip to main content

spo orgassetslibrary remove

Removes a library that was designated as a central location for organization assets across the tenant.

Usage

m365 spo orgassetslibrary remove [options]

Options

--libraryUrl <libraryUrl>

The server relative URL of the library to be removed as a central location for organization assets.

-f, --force

Don't prompt for confirming removing the organization asset library.

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

Remarks

info

To use this command you have to have permissions to access the tenant admin site.

Examples

Removes organization assets library without prompting for confirmation

m365 spo orgassetslibrary remove --libraryUrl "/sites/branding/assets" --force

Response

{
"IsNull": false
}
CTRL + M