XreplyAIDevelopers
API ReferenceSchedules & Plans

Dismiss a content idea

Requires scope: `content_ideas:write`. Marks the idea dismissed. Returns 200 with an empty body.

POST
/content_ideas/{id}/dismiss
AuthorizationBearer <token>

A personal API key created in the dashboard (Starter, Pro, and Team plans).

In: header

Path Parameters

id*integer

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/content_ideas/0/dismiss"
Empty