REST API - deleteDocument - with a Request Body
The tables summarize the REST API - deleteDocument - with a request body.
Request - DELETE with a Request Body
Format | DELETE <baseurl>/document/delete |
Response - DELETE with a Request Body
JSON | Returns a JSON representation of the content of the DeleteDocumentResponse element. |
XML | Returns the content of the DeleteDocumentResponse element (from the DocumentService schema). |
Example - DELETE with a Request Body
Request | DELETE <baseurl>/document/delete |
Body | <?xml version="1.0" encoding="UTF-8"?> <DeleteDocumentRequest xmlns=""> <reference>DocumentID-068244de-6b84-48c9-92c4-95a7d689ff66;1.0</reference> </DeleteDocumentRequest > |
Response | <?xml version="1.0" encoding="UTF-8" ?> <xml-fragment /> |