Skip to main content
DELETE
/
lora-model
/
{lora_model_name}
Delete Lora Model
curl --request DELETE \
  --url https://api.example.com/lora-model/{lora_model_name} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

xi-api-key
string | null

Path Parameters

lora_model_name
string
required

Response

Successful Response