Request

Document deletion requests are formed using the ses-deleteDoc element in a ses-request element, in accordance with the following example:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ses-payload SYSTEM "http://www.example.com/ses.dtd">
<ses-payload payload-id="B42TE241" timestamp="20100825172100" version="2.1">
  <ses-header>
    <ses-sender sender-id="FX45RTDT" name="CM-Server"/>
    <ses-authentication login="cm-server" password=""/>
  </ses-header>
  <ses-request request-id="BR12TI5X">
    <ses-deleteDoc docId="4711" collection="collection1"/>
  </ses-request>
</ses-payload>

The ses-deleteDoc element has the following attributes:

  • docId
    The ID of the document to be deleted. Normally this is the content ID (Content Management Server) or the object ID (Template Engine).
  • collection
    The name of the collection from which the document is to be deleted.