Secrets
Delete a secret
Delete a secret from the vault.
delete/secret/{secretId}
Path parameters
secretIdstring required
The secret's MongoDB id (24-char hex).
Response
Secret deleted.
Example response
{
"status": true,
"data": "Secret deleted successfully"
}Changes
Changed in 1 of the 54 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○