Delete a model
import requests
url = "https://{FUSION HOST}/api/ai/ml-models/{modelId}"
response = requests.delete(url)
print(response.text)"<string>"Delete a model
Delete the specified model from Fusion.
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>"Path Parameters
Response
204 - */*
The deletion succeeded.
The response is of type string.
Was this page helpful?
⌘I