---
title: "Delete request"
method: POST
path: "/content/DeleteRequest"
tags: ["Content"]
---

# Delete request

`POST /content/DeleteRequest`

Mark a content request as deleted

## Request body

- object
  - `id` string, required — ID of the request to delete

## Response `200`

Request deleted successfully

- object
  - `success` boolean — Whether the operation was successful
  - `message` string — Success message

## Other responses

- `400` — Invalid request or missing request ID
- `401` — Unauthorized
- `404` — Request not found or not owned by user
- `500` — Failed to delete request

---

[API](https://skmtc.net/autocontentapi/apis/content-api.md) · [All operations](https://skmtc.net/autocontentapi/apis/content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/autocontentapi/content-api/revisions/355890b6b4cc/schema)
