CloudUnshare[obj]
cancels sharing of the cloud object obj with everyone.
CloudUnshare[obj,users]
cancels sharing with the specified list of users.
CloudUnshare
CloudUnshare[obj]
cancels sharing of the cloud object obj with everyone.
CloudUnshare[obj,users]
cancels sharing with the specified list of users.
Details
- In CloudUnshare[obj,…], if obj is a cloud object that represents a directory, then the directory and all its contents and subdirectories are also unshared.
- Users can be specified as cloud user IDs or cloud user UUIDs.
Examples
open all close allBasic Examples (1)
Scope (1)
Create and share a cloud object with several users:
obj = CloudExport[RandomImage[], "PNG"];
CloudShare[obj, {"red-team@example.com", "blue-team@example.com", "yellow-team@example.com", "green-team@example.com"}]Remove sharing for a subset of the users it was shared with:
CloudUnshare[obj, {"blue-team@example.com", "yellow-team@example.com"}]The object is still shared with the users that were not removed:
Options[obj, Permissions]See Also
Related Guides
History
Text
Wolfram Research (2018), CloudUnshare, Wolfram Language function, https://reference.wolfram.com/language/ref/CloudUnshare.html.
CMS
Wolfram Language. 2018. "CloudUnshare." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/CloudUnshare.html.
APA
Wolfram Language. (2018). CloudUnshare. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CloudUnshare.html
BibTeX
@misc{reference.wolfram_2026_cloudunshare, author="Wolfram Research", title="{CloudUnshare}", year="2018", howpublished="\url{https://reference.wolfram.com/language/ref/CloudUnshare.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_cloudunshare, organization={Wolfram Research}, title={CloudUnshare}, year={2018}, url={https://reference.wolfram.com/language/ref/CloudUnshare.html}, note=[Accessed: 12-June-2026]}