# Delete Secret

> `UiPath.Azure.Activities.DeleteSecret`

`UiPath.Azure.Activities.DeleteSecret`

Deletes a secret in a key vault.

## Properties

### Common

* **DisplayName** - The display name of the activity.

### Input

* **KeyVaultName** - Specifies the name of the key vault to which the secret belongs. This field supports only strings and `String` variables.
* **SecretName** - Specifies the name of the secret. This field supports only strings and `String` variables.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.
