AWS SDK for .NET Documentation
DeleteArchiveRequest Class
AmazonAmazon.Glacier.ModelDeleteArchiveRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DeleteArchive operation.

This operation deletes an archive from a vault. Subsequent requests to initiate a retrieval of this archive will fail. Archive retrievals that are in progress for this archive ID may or may not succeed according to the following scenarios:

This operation is idempotent. Attempting to delete an already-deleted archive does not result in an error.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM) .

For conceptual information and underlying REST API, go to Deleting an Archive in Amazon Glacier and Delete Archive in the Amazon Glacier Developer Guide .

Declaration Syntax
C#
public class DeleteArchiveRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DeleteArchiveRequest()()()()
Initializes a new instance of the DeleteArchiveRequest class

AccountId
The AccountId is the AWS Account ID. You can specify either the AWS Account ID or optionally a '-', in which case Amazon Glacier uses the AWS Account ID associated with the credentials used to sign the request. If you specify your Account ID, do not include hyphens in it.

ArchiveId
The ID of the archive to delete.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VaultName
The name of the vault.

WithAccountId(String) Obsolete.
Sets the AccountId property

WithArchiveId(String) Obsolete.
Sets the ArchiveId property

WithVaultName(String) Obsolete.
Sets the VaultName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DeleteArchiveRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)