Engage
Dismiss Engage comment
Marks a comment as no-reply-needed in Postiv only. Does not delete it on LinkedIn.
POST
/api/public/engage/comments/dismisscURLPOST /api/public/engage/comments/dismiss
curl -X POST https://postiv.ai/api/public/engage/comments/dismiss \
-H "Authorization: Bearer pk_postiv_..." \
-H "Content-Type: application/json" \
-d '{
"commentUrn": "..."
}'200Response
{
"success": true,
"action": "dismiss"
}Authorization
Requires an organization API key with the engage:write scope, sent as Authorization: Bearer or x-api-key.
Body parameters
commentUrnstringrequiredComment URN to dismiss.
Response
Dismiss confirmation.
actionstring"dismiss"
Errors
| 404 | comment_not_found |
Good to know
- MCP twin: dismiss_engage_comment.