DeleteObject

DeleteObject[obj]

deletes the object obj.

DeleteObject[{obj1,obj2,}]

deletes all the obji.

Details

Examples

open allclose all

Basic Examples  (1)

Remove a local object:

Scope  (12)

Remove a local object:

Remove a persistent object:

Remove all persistent objects with a given key on $ContextPath:

Remove all persistent objects of a given persistence location:

Create a cloud object:

Remove the cloud object:

Create a directory cloud object:

Add something to the directory:

Remove the directory cloud object and its contents:

Remove a channel object:

Permanently delete a databin:

Create, cache and use a data resource object:

Delete the resource:

Retrieve a resource from the public data repository:

Remove the local cache of the resource:

Start an external session:

Stop the session:

Start listening on an available socket, applying a handler function to events:

Stop the session:

Create and then remove a permissions group:

Remove permissions keys from any cloud objects that are using them:

Use Once for a form of dynamic programming, using a custom location to cache the values computed:

Find the number of cached values generated:

Remove the cached values before redoing the timing experiment by deleting the custom persistence location:

Properties & Relations  (3)

Symbols and local symbols are removed with Remove:

Files are deleted with DeleteFile:

In contrast to the default behavior of DeleteDirectory, DeleteObject deletes cloud directories even if they contain other objects:

Wolfram Research (2017), DeleteObject, Wolfram Language function, https://reference.wolfram.com/language/ref/DeleteObject.html.

Text

Wolfram Research (2017), DeleteObject, Wolfram Language function, https://reference.wolfram.com/language/ref/DeleteObject.html.

CMS

Wolfram Language. 2017. "DeleteObject." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/DeleteObject.html.

APA

Wolfram Language. (2017). DeleteObject. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DeleteObject.html

BibTeX

@misc{reference.wolfram_2023_deleteobject, author="Wolfram Research", title="{DeleteObject}", year="2017", howpublished="\url{https://reference.wolfram.com/language/ref/DeleteObject.html}", note=[Accessed: 19-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_deleteobject, organization={Wolfram Research}, title={DeleteObject}, year={2017}, url={https://reference.wolfram.com/language/ref/DeleteObject.html}, note=[Accessed: 19-March-2024 ]}