Skip to main content
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

Successful Response

{key}
string
I