cURL
curl --request POST \ --url https://api.geogen.io/v1/entities/actions/dismiss \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "actionableId": "<string>" } '
{ "success": true }
Dismiss an actionable recommendation so it no longer appears in the active feed. Dismissed actionables free up slots for new ones to be generated on the next mention check (max 30 active per entity).
API key authentication. Format: Bearer wsk_your_api_key
The actionable ID to dismiss
Actionable dismissed successfully