Overview

public. Remove a file from the archive (wipe)

Uri Parameters
NameTypeDescription
fileidintidentifies a file by ID
Query Parameters
NameTypeDescription
authenticatebool?Force authentication for request (default: false)
Return Codes
NameValueDescription
BadRequest400Invalid input parameter or request body
Forbidden403Administrator access is required
NotFound404Requested file could not be found in the archive
Ok200Request completed successfully

Message Format

None

Implementation Notes

Removing a file from the archive will cause it to be permanently deleted.

Use GET:archive/files to retrieve a list of files currently in the archive.

Code Samples

C# Code Samples

 

PHP Code Samples

 

Perl Code Samples

 

Other Code Samples

 

 

Tag page
You must login to post a comment.