DELETE
/
models
/
{model_id}
JavaScript
import Morphik from 'morphik';

const client = new Morphik({
  apiKey: 'My API Key',
});

const model = await client.models.delete('model_id');

console.log(model);
{}

Headers

authorization
string

Path Parameters

model_id
string
required

Response

200
application/json

Successful Response

The response is of type object.