---
title: "Delete Graph"
method: DELETE
path: "/graph/{name}"
tags: ["Graph"]
---

# Delete Graph

`DELETE /graph/{name}`

Delete a graph by name.

Args:
    name: Name of the graph to delete
    auth: Authentication context (must have write access to the graph)

Returns:
    Deletion status

## Path parameters

- `name` string, required

## Headers

- `authorization` string

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/morphik-org/apis/fastapi.md) · [All operations](https://skmtc.dev/morphik-org/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/morphik-org/fastapi/revisions/9ade02dd7b1d/schema)
