Delete Provider

DELETE /delete-model-provider

Deletes a model provider

Request

Headers

An API Key is required to access this endpoint.

Name
Value

x-api-key

your_api_key

Params

Name
Type
Description

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