deleteDocumentAsk AIdelete https://rz3.aeb.de/demo1docs/rest/DocumentService/document/{documentId}Delete an existing documentDeletes the document with the requested documentId.Path ParamsdocumentIdstringrequiredUnique document id (as returned from POST/PUT/GET document)Query ParamsignorePendingContentbooleanIf set to true, the document will be deleted even when the document content is yet being generated or archived. Otherwise (default behavior), the deletion is rejected in such case.truefalseResponses 204Document was successfully deleted. 404The requested document was not found. 423The requested document was found but it is currently locked. Retry later. 425Asynchronous creation of requested content hasn't yet been completed. Retry later.Updated about 2 months ago