Skip to content

Delete Hsm

cloudhsm_delete_hsm R Documentation

This is documentation for AWS CloudHSM Classic

Description

This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference.

For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference.

Deletes an HSM. After completion, this operation cannot be undone and your key material cannot be recovered.

Usage

cloudhsm_delete_hsm(HsmArn)

Arguments

HsmArn

[required] The ARN of the HSM to delete.

Value

A list with the following syntax:

list(
  Status = "string"
)

Request syntax

svc$delete_hsm(
  HsmArn = "string"
)