Skip to main content
DELETE
/
openai
/
creds
/
:openaiCredsId
/
{instance}
Delete OpenAI Creds
curl --request DELETE \
  --url https://{server-url}/openai/creds/:openaiCredsId/{instance} \
  --header 'apikey: <api-key>'
This response has no body data.

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Name of the instance

openaiCredsId
string
required

ID of the creds

Response

200 - undefined