Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
await client.delete_credential("cred_abc123")
await skyvern.deleteCredential("cred_abc123");
credential_id
str
request_options
RequestOptions
from skyvern.client.core import RequestOptions request_options=RequestOptions( timeout_in_seconds=120, max_retries=3, additional_headers={"x-custom-header": "value"}, )
// Pass as second argument to any method { timeoutInSeconds: 120, maxRetries: 3, headers: { "x-custom-header": "value" }, }
timeout_in_seconds
timeoutInSeconds
int
number
max_retries
maxRetries
additional_headers
headers
dict
Record<string, string>
additional_query_parameters
additional_body_parameters
abortSignal
AbortSignal
apiKey
string
Was this page helpful?