For the complete documentation index, see llms.txt. This page is also available as Markdown.

DeletePaper

Description

Deletes the specified paper.

Parameters

Name
Value

paperID

The ID of the iPaper that should be deleted

Sample Response

<?xml version="1.0" encoding="utf-8"?>
<result>
  <code><![CDATA[SUCCESS]]></code>
  <message><![CDATA[Paper deleted.]]></message>
</result>

Return Codes

  • SUCCESS

  • ERROR

  • READONLY

Last updated