LangBot Docs
Model Providers

Delete a model provider

Delete a model provider. A provider cannot be deleted while it is still referenced by a model.

DELETE
/api/v1/provider/providers/{provider_uuid}

Delete a model provider. A provider cannot be deleted while it is still referenced by a model.

Authorization

X-API-Key<token>

In: header

Path Parameters

provider_uuid*string
Formatuuid

Response Body

application/json

application/json

curl -X DELETE "https://example.com/api/v1/provider/providers/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "code": 0}