DELETE
/
graph
/
{name}
JavaScript
import Morphik from 'morphik';

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

const graph = await client.graph.delete('name');

console.log(graph);
{}

Headers

authorization
string

Path Parameters

name
string
required

Response

200
application/json

Successful Response

The response is of type object.