Skip to main content
DELETE
/
ai
/
ml-models
/
{modelId}
Delete a model
import requests

url = "https://{FUSION HOST}/api/ai/ml-models/{modelId}"

response = requests.delete(url)

print(response.text)
"<string>"

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

modelId
string
required

Response

204 - */*

The deletion succeeded.

The response is of type string.