ai-model-controller
Delete AI model by ID (deleteAiModelById)
Deletes the AI model record by its id. If a record with the specified id exists, the record is deleted and the endpoint returns true. If no such record exists, the endpoint returns false.
Available for users with 'TENANT_ADMIN' authority.
delete/api/ai/model/{modelUuid}
Path parameters
modelUuidstring uuid required
ID of the AI model record
Response
OK
boolean required