RemoveArchive

RemoveArchive is sent by the client when the server side archives for a workspace need to be removed.

An optional parameter ArchiveFileName specifies the filename of the archive to remove. If it is absent the archives of all fileservers, for the given account, will be removed on the storageserver.

Authentication Methods


  • With a username and password
Input Parameter Type Description
Token String Security token
FileServerName String FileServer name
LocationID String LocationID
ClientVersion String ClientVersion
ArchiveFileName String Optional param: Archive Filename to be removed.
When not provided archives of all fileservers will be removed for the current account on the storage server
Response Type Description
Success Boolean True on success, False on failure

EXAMPLES

curl -v 'https://secure.nomadesk.com/storage/api.php?Username=nmua0000123&Password=abc123&LocationID= rc1d3ntb53tt6b2vhail6rdtrsxov3v &Task=RemoveArchive&ClientVersion=3.3.2.0&FileserverName=nmsa000010&ArhiveFileName=ar4asf54'

RESPONSE

<Response>
    <Status>1</Status>
    <Message></Message>
</Response>