---
title: "Delete a feed"
method: POST
path: "/feeds/delete"
tags: ["Feeds"]
---

# Delete a feed

`POST /feeds/delete`

Deletes a feed owned by the authenticated user.

**Security:**
- Only the feed owner can delete their feeds
- Requires valid API token matching the feed's token

## Request body

- DeleteFeedRequest
  - `id` integer, required — ID of the feed to delete

## Response `200`

Feed deleted successfully

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — Bad request - Missing or invalid feed ID
- `401` — Unauthorized - valid API token required
- `404` — Feed not found or cannot be deleted
- `500` — Internal server error during feed deletion

---

[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)
