Skip to main content

deleteGraph()

deleteGraph(graphId: string): Promise<SimpleResponse>

Defined in: packages/core/src/index.ts:1140

Delete a graph by ID

Parameters

ParameterTypeDescription
graphIdstringGraph ID to delete

Returns

Promise<SimpleResponse>

Confirmation

Example

import { deleteGraph } from "@cpod/sdk";

await deleteGraph("graph-123");