Skip to main content
POST
/
v1
/
credentials
/
{credential_id}
/
delete
Delete credential
curl --request POST \
  --url https://api.skyvern.com/v1/credentials/{credential_id}/delete
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-api-key
string | null

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Path Parameters

credential_id
string
required

The unique identifier of the credential to delete

Example:

"cred_1234567890"

Response

Successful Response