latestOpenAPI 3.0.02026-08-1610635191.3 KB

355890b6b4cc

Feeds

Delete a feed

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
post/feeds/delete

Request body

idinteger required

ID of the feed to delete

Example request

{
  "id": 1
}

Response

Feed deleted successfully

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Feed deleted successfully"
}