Skip to main content
DELETE
/
models
/
{model_id}
JavaScript
import Morphik from 'morphik';

const client = new Morphik({
  apiKey: process.env['MORPHIK_API_KEY'], // This is the default and can be omitted
});

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