Managed Hsms - Purge Deleted
Permanently deletes the specified managed HSM.
POST https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedManagedHSMs/{name}/purge?api-version=2021-10-01
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
location
|
path | True |
|
The location of the soft-deleted managed HSM. |
|
name
|
path | True |
|
The name of the soft-deleted managed HSM. |
|
subscription
|
path | True |
|
Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
|
api-version
|
query | True |
|
Client Api Version. |
Responses
| Name | Type | Description |
|---|---|---|
| 202 Accepted |
Accepted and the operation will complete asynchronously. |
|
| Other Status Codes |
The error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
| Name | Description |
|---|---|
| user_impersonation | impersonate your user account |
Examples
Purge a managed HSM Pool
Sample Request
Sample Response
Definitions
| Error |
The server error. |
|
Managed |
The error exception. |
Error
The server error.
| Name | Type | Description |
|---|---|---|
| code |
|
The error code. |
| innererror |
The inner error, contains a more specific error code. |
|
| message |
|
The error message. |
ManagedHsmError
The error exception.
| Name | Type | Description |
|---|---|---|
| error |
The server error. |