Skip to main content
from simplex import SimplexClient

client = SimplexClient(api_key="your_api_key")
client.delete_credential("github_token")
{
  "succeeded": true,
  "error": "<string>"
}
Permanently delete an encrypted credential by name. After deletion, any workflow that references this credential via type_secret(credential_name="...") will fail with a “credential not found” error.

Authorizations

X-API-Key
string
header
required

Simplex API Key

Body

application/json
name
string
required

The name of the credential to delete

Response

200 - application/json

Credential deleted successfully

succeeded
boolean
required
error
string