# Delete Credential

> `UiPath.Credentials.Activities.DeleteCredential`

`UiPath.Credentials.Activities.DeleteCredential`

Deletes the credentials for a specified target from the Windows Credential Manager, and returns a boolean value to let you know if the process was successful or not.

:::note
The Credentials Activity Pack is now compatible with .NET 5 Windows.
:::

## Properties

#### Common

* **DisplayName** - The display name of the activity. This field supports only `String` variables.

#### Input

* **Target** - The website address or network location for which to delete the credentials from the Windows Credential Manager. This field supports strings and string variables. The target is not case sensitive.
  :::note
  All strings must be placed between quotation marks.
  :::

#### Misc

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

#### Output

* **Result** - A boolean variable that indicates whether the credentials of the given target were successfully deleted from the Windows Credential Manager.
