---
title: "Delete Content"
method: DELETE
path: "/api/v1/content/{content_id}"
tags: ["Content"]
---

# Delete Content

`DELETE /api/v1/content/{content_id}`

Delete a content row. Destructive: physical row delete, no undo. Powers delete-and-retry. Bulk delete is out of scope.

## Path parameters

- `content_id` string, required

## Query parameters

- `website_id` string, required

## Response `200`

Success

- object
  - `success` true, required

## Other responses

- `400` — Bad Request — validation failed
- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Rate Limited
- `500` — Internal Error

---

[API](https://skmtc.net/athenahq/apis/athenahq-api.md) · [All operations](https://skmtc.net/athenahq/apis/athenahq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/athenahq/athenahq-api/versions/6c5d71622cb9/schema)
