Lab 5: Delete objects

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-mine.sh will delete objects with source set to lab-$(whoami)

    • the script in this exercise sets the source to lab-$(whoami)

Last updated