DocsAPI ReferenceNewsroom/bff/newsroom/shortlist/{shortlistId}/dismiss
postNewsroomAdmin BFF

/bff/newsroom/shortlist/{shortlistId}/dismiss

Marks a shortlist item as dismissed; it will not be re-included in subsequent rebuilds for the same date.

NewsroompostBffNewsroomShortlistByShortlistIdDismiss

Parameters

1 path

1 total
Path · 1
shortlistIdstringRequired

Request

POST /bff/newsroom/shortlist/{shortlistId}/dismiss

post
curl -X POST "https://api.bizkithub.com/bff/newsroom/shortlist/example_shortlistId/dismiss" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "success": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key