Help Centre › Credentials & Connections
This article describes the RPA Vault functionality to delete a credential.
For a full list of available functions, please read VAULT functions.
Description
The Delete credential function permanently removes a credential from the vault. This action is irreversible.
Setting it up
To use the Delete credential function, follow these instructions:
{{popups:rpas/add:action=vault-delete}}
Once on a process map:
- Navigate to the process where you would like to add the Delete credential function
- Click on the green button’s drop-down (right side of the green button labelled “Process”)
- On the menu that appears, click on the “+ Activity” item
- From here you can select the VAULT Delete credential option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Name | Yes | Text | - | The name of the credential to delete |
Output variables
This action does not produce output variables.
Errors
| Error | Description |
|---|---|
| Credential not found | No credential exists with the specified name |
Tips
- This action is irreversible – the credential cannot be recovered after deletion
- Use vault-exists to verify the credential exists before deleting