DELETE
/
model-config
/
{config_id}
JavaScript
import Morphik from 'morphik';

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

const modelConfig = await client.modelConfig.delete('config_id');

console.log(modelConfig);
{}

Headers

authorization
string

Path Parameters

config_id
string
required

Response

200
application/json

Successful Response

The response is of type object.