Skip to main content
DELETE
/
v1
/
providers
/
{provider}
Remove stored credentials for a provider
curl --request DELETE \
  --url https://api.example.com/v1/providers/{provider} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

provider
enum<string>
required
Available options:
anthropic,
openai,
bedrock,
vertex

Response