1. Models
  2. Delete a Model
DELETE

/projects/{projectName}/models/{modelName}

X-API-KEY*
curl --request DELETE \
     --url https://alpha.mindsdb.com/projects/{projectName}/models/{modelName} \
     --header 'X-API-KEY: AUTH_VALUE'

The REST API is still under development. Note that the Request Body and Response parameters could be changed.

Parameters

projectNameRequired
string

The name of the project

modelNameRequired
string

The name of the model

Response

array