DELETE
/
models
/
v2
/
openai-community
/
{model}
curl --request DELETE \
  --url https://api.bytez.com/models/v2/openai-community/{model} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Provide your API key as Key your-key-here in the Authorization header.

Path Parameters

model
string
required

The specific model to delete the cluster for (e.g., gpt2).

Response

200

Cluster deleted successfully.