---
title: "Delete quads from the database"
method: POST
path: "/api/v2/delete"
tags: ["data"]
---

# Delete quads from the database

`POST /api/v2/delete`

## Query parameters

- `format` string

## Request body

- object[]
  - `subject` string
  - `predicate` string
  - `object` string
  - `label` string

## Response `200`

write successful

- object
  - `result` string — legacy success message
  - `count` integer — number of quads received

## Other responses

- `default` — Unexpected error

---

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