XML:TitleDelete

From ISFDB
Jump to navigation Jump to search

Introduction

The TitleDelete submission deletes the indicated title. There must be no publications referring to this title.

Required Tags

The submission contains two required tags:

  • Record - Required tag. Record number of the title.
  • Reason - The reason for deletion. This is a plain text field.

Example

 <?xml version="1.0" encoding="iso-8859-1" ?>
 <IsfdbSubmission>
   <TitleDelete>
     <Subject>The Petrified Planet</Subject>
     <Submitter>Ahasuerus</Submitter>
     <Record>825280</Record>
     <Reason>Dup title.</Reason>
   </TitleDelete>
 </IsfdbSubmission>