DeleteArchive Method
Deletes an archive.
Syntax
[VB.NET] Public Sub DeleteArchive(ByVal VaultName As String, ByVal ArchiveId As String)
[C#] public void DeleteArchive(string vaultName, string archiveId);
Remarks
This method deletes the archive specified by the ArchiveId parameter.
NOTE: This method has a corresponding asynchronous version (DeleteArchiveAsync) for use in the WinRT environment.