Headers
Path Parameters
Response
Successful Response
The response is of type object.
import Morphik from 'morphik';
const client = new Morphik({
apiKey: 'My API Key',
});
const graph = await client.graph.delete('name');
console.log(graph);{}Delete a graph by name.
import Morphik from 'morphik';
const client = new Morphik({
apiKey: 'My API Key',
});
const graph = await client.graph.delete('name');
console.log(graph);{}Successful Response
The response is of type object.
Was this page helpful?