deleteGraph()
deleteGraph(
graphId:string):Promise<SimpleResponse>
Defined in: packages/core/src/index.ts:1140
Delete a graph by ID
Parameters
| Parameter | Type | Description |
|---|---|---|
graphId | string | Graph ID to delete |
Returns
Promise<SimpleResponse>
Confirmation
Example
import { deleteGraph } from "@cpod/sdk";
await deleteGraph("graph-123");