cURL
curl --request DELETE \ --url https://api.bolna.ai/providers/{provider_key_name} \ --header 'Authorization: Bearer <token>'
{ "message": "successful", "status": "removed" }
Delete a previously added provider from your Bolna account, ensuring your integrations remain current.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Name of the provider
"OPENAI_API_KEY"
agent status response
successful
removed
"removed"
Was this page helpful?