Delete Provider

DELETE /delete-model-provider

Deletes a model provider

Request

Headers

An API Key is required to access this endpoint.

NameValue

x-api-key

your_api_key

Params

NameTypeDescription

id

string

Unique ID for the model provider.

Response

The API returns the response in JSON format.

Each response includes a success boolean.

Example

{
  "success": true
}

Last updated