Skip to main content
DELETE
/
api
/
v2
/
keywords
/
suggestions
Reject keyword suggestion(s)
curl --request DELETE \
  --url https://app.octolens.com/api/v2/keywords/suggestions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "suggestionId": 0
}
'
{
  "success": 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>.

Body

application/json

Reject a single suggestion or all suggestions for a keyword.

suggestionId
integer
required

Suggestion id to reject.

Required range: -9007199254740991 <= x <= 9007199254740991

Response

200 response

success
boolean
required