Deleted

/objects/(type)/(objectid)/deleted

Resource representing the Deleted-state of an object.

Methods

GET

Output: bool
  Retrieves the deleted status of the object.

PUT

Input: bool
Output: ObjectVersion
  Sets the deleted status of the object.

The deleted status is tracked by the Deleted property and this resource is provided as a convenient access to that. It is still possible to read that property directly using /objects/(type)/(objectid)/(version)/properties or similar resource.