Delete Provider

DELETE /delete-model-provider

Deletes a model provider

Request

Headers

An API Key is required to access this endpoint.

Params

Response

The API returns the response in JSON format.

Each response includes a success boolean.

Example

{
  "success": true
}

Last updated