DELETE https://mc3-demo.mit.edu/handcar/services/learning/objectivebanks/mc3-objectivebank%3A1%40MIT-OEIT
TODO: create an example in cURL or HURLit
DELETE https://mc3-demo.mit.edu/handcar/services/learning/objectives/
TODO: create an example in cURL or HURLit
DELETE https://mc3-demo.mit.edu/handcar/services/learning/activities
TODO: create an example in cURL or HURLit
Note: Our repository implementation does not actually store the contents of an asset, just a URL where it can be found on the internet. So when we say “delete an asset” we really mean deleting the metadata about the asset. This metadata is stored in an OSID object. We are not talking about deleting the actual movie or photo or website itself.
DELETE https://mc3-demo.mit.edu/handcar/services/learning/assets/
TODO: create an example in cURL or HURLit
Note: Our repository implementation does not actually store the contents of an asset, just a URL where it can be found on the internet. So when we say “delete an asset content” we really mean deleting the metadata about the content of that asset. This metadata is stored in an OSID object. We are not talking about deleting the actual movie or photo or website itself.
You delete an asset content by simply removing it from inside of the asset and updating the asset
PUT https://mc3-demo.mit.edu/handcar/services/learning/assets/
TODO: create an example in cURL or HURLit
Remember each objective bank has a corresponding “family” that holds the relationships for that bank so you don’t really want to delete a family. In fact, you cannot directly delete a family via handcar.
Example #1 Delete a Relationship
DELETE https://mc3-demo.mit.edu/handcar/services/learning/objectivebanks/mc3-objectivebank%3A1%40MIT-OEIT
TODO: create an example in cURL or HURLit