Content Type: application/vnd.csp.deleted-object-list+xml

This content type represents a list of deleted objects.


Elements

deleted-object-list

This element provides a list of zero or more links to deleted objects:


Elements

deleted-object

This element provides a link to a deleted object. The link is specified using the XLink standard.


Schema Definition

<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="deleted-object-list">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="deleted-object"/>
      </xs:choice>
    </xs:complexType>
  </xs:element>
</xs:schema>

Example

<deleted-object-list>
  <deleted-object xlink:href="https://api.example.com/v2/path-to-deleted-object" xlink:type="simple"/>
</deleted-object-list>