Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
PUT /objects/\{pid}/datastreams/\{dsID}/relations/\{rel-name}/toLiteral/\{value}\[/withType/\{type}\]

Delete methods

Object resources

Purge object

DELETE /objects/{pid}

Remove a content model from this object

...

Remove cmpid from the list of content models for this object

Purge

...

DELETE /objects/{pid}

Purge a relation to an object

DELETE /objects/{pid}/relations/{rel-name}/to/{objpid}

...

DELETE /objects/{pid}/relations/{rel-name}/toLiteral/{value}

Datastream resources

Delete a datastream

DELETE /objects/{pid}/datastreams/{dsID}

Purge the datastream from the object from the repository

...