curl --request DELETE \ --url http://localhost:3000/api/v1/credentials/cred_123abc/models/llama2 \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Model removed successfully" }
Removes a specific model from an Ollama credential. Deletes the credential if no models remain.