Skip to main content
POST
Bulk dismiss
Dismiss up to 50 content intelligence recommendations in a single request. Only active recommendations will be dismissed; any IDs that reference non-active or non-existent recommendations are silently skipped. Scope required: content_intelligence:write

Request body

ids
string[]
required
Array of recommendation UUIDs to dismiss. Minimum 1, maximum 50.
The dismissed_count may be less than the number of IDs provided if some recommendations were already dismissed, expired, or belonged to a different site.

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Body

application/json
ids
string<uuid>[]
required

Array of recommendation IDs to dismiss (max 50).

Required array length: 1 - 50 elements

Response

Bulk dismiss result

data
object
Last modified on March 15, 2026