Remove a document

To delete a document call the remove webservice. This will also abort ongoing signing processes at esignering.no.

 

Request

Input is simply the document ID.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dok="http://dokument.ws7.etinglysing.no/"> <soapenv:Header/> <soapenv:Body> <dok:remove> <documentId>41234523</documentId> </dok:remove> </soapenv:Body> </soapenv:Envelope>

 

Response

The response will give the document status.

Â