To remove an item from a collection, call theDocumentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
PUT endpoint for that specific
type of item and pass along a list of collection IDs that does not include the
ID of the collection that needs to be removed.
Remove file from collection
To remove a file from a collection, call thePUT /files/:id API and pass an empty
array of collection IDs.
Remove folder from collection
To remove a folder from a collection, call thePUT /folders/:id API and pass an
empty array of collection IDs.
Remove web link from collection
To remove a web link from a collection, call thePUT /web_links/:id API and
pass an empty array of collection IDs.
