---
title: "Delete graph"
method: DELETE
path: "/v1/graphs/{graph_id}"
tags: ["KG API"]
---

# Delete graph

`DELETE /v1/graphs/{graph_id}`

Delete a Knowledge Graph.

## Path parameters

- `graph_id` string, uuid, required

## Response `200`

- DeleteGraphResponse
  - `id` string, uuid, required — A unique identifier of the deleted Knowledge Graph.
  - `deleted` boolean, required — Indicates whether the Knowledge Graph was successfully deleted.

---

[API](https://skmtc.dev/writer/apis/api.md) · [All operations](https://skmtc.dev/writer/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/writer/api/revisions/ae230e1d8c09/schema)
