AWS SDK for .NET Documentation
DeleteArchive Method (deleteArchiveRequest)
AmazonAmazon.GlacierAmazonGlacierDeleteArchive(DeleteArchiveRequest) Did this page help you?   Yes   No    Tell us about it...

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#
DeleteArchiveResponse DeleteArchive(
	DeleteArchiveRequest deleteArchiveRequest
)
Parameters
deleteArchiveRequest (DeleteArchiveRequest)
Container for the necessary parameters to execute the DeleteArchive service method on AmazonGlacier.
Exceptions

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