Remove all objects uploaded so that it can be done again
This exercise shows how to delete objects in Open Content.
./delete.sh [uuid] will delete object with the specified uuid
./delete.sh [uuid]
./delete-mine.sh will delete objects with source set to lab-$(whoami)
./delete-mine.sh
lab-$(whoami)
the script in this exercise sets the source to lab-$(whoami)
Last updated 6 years ago