The ArchiveService API can be used to access documents that are stored in Signicat’s archive.
All documents in the archive is identified with a unique archive reference. The archive reference is neccesary to access the document. Documents has no metadata and there is no functionality for searching for documents.
This method is used for removing a document in the archive.
The service will try to remove all documents in the input list. The return value will list all documents that was actually removed.
This method will accept an archive-id that does not exist. In the case of failure, this method call can be repeated with the same input several times.