DELETE
/
providers
/
{provider_key_name}
curl --request DELETE \
  --url https://api.bolna.dev/providers/{provider_key_name} \
  --header 'Authorization: Bearer <token>'
{
  "message": "successful",
  "status": "removed"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

provider_key_name
string
required

Name of the provider

Example:

"OPENAI_API_KEY"

Response

200
application/json
agent status response
message
enum<string>
Available options:
successful
status
enum<string>
Available options:
removed
Example:

"removed"