---
title: "Delete an ODD from the database"
method: DELETE
path: "/api/odd/{odd}"
tags: ["odd"]
---

# Delete an ODD from the database

`DELETE /api/odd/{odd}`

Delete the ODD given in the path parameter from the database. The ODD should be located in the collection referenced by `config:odd-root` in `modules/config.xqm`.

## Path parameters

- `odd` string, required

## Other responses

- `404` — ODD not found
- `410` — ODD was deleted

---

[API](https://skmtc.net/eeditiones/apis/tei-publisher-documentation-and-demo.md) · [All operations](https://skmtc.net/eeditiones/apis/tei-publisher-documentation-and-demo/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eeditiones/tei-publisher-documentation-and-demo/revisions/07216792837f/schema)
