Delete LLM Credential Binding
Remove the caller's bound API key for an LLM provider.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
provider_name*Provider Name
Query Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X DELETE "https://example.com/v1/llm/credentials/string"{ "provider": "string", "bound": true, "endpoint": "string", "modelName": "string"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}