|
|
DELETE:archive/files/{fileid}From $1目次
Overviewpublic. Remove a file from the archive (wipe) Uri Parameters
Query ParametersNone Return Codes
Message FormatNone Implementation NotesRemoving 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 SamplesThe following code example removes file with ID 456 from the archive: Plug p = Plug.New("http://deki-hayes/@api/deki");
p.At("users", "authenticate").WithCredentials("admin", "password").Get();
p.At("archive", "files", "456").Delete();
タグ:
|
|||||||||||||||||||||