Skip to main content
DELETE
/
api
/
v2
/
feeds
/
{id}
Delete a feed
curl --request DELETE \
  --url https://app.octolens.com/api/v2/feeds/{id} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Documentation Index

Fetch the complete documentation index at: https://octolens.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Clerk API key. Create one in Settings → API Keys. Pass as Authorization: Bearer <key>.

Path Parameters

id
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991

Response

200 response

ok
boolean
required