Skip to main content
DELETE
/
v1
/
lora
/
{lora_name}
Delete Lora
curl --request DELETE \
  --url https://api.example.com/v1/lora/{lora_name} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<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_name
string
required

Response

Successful Response