Dismiss a note with JSON:API format (admin only).
This endpoint allows administrators to manually dismiss notes by setting their status to CURRENTLY_RATED_NOT_HELPFUL. It is the exact inverse of force-publish: the note is marked with force_published flags for transparency, and any associated request is set to COMPLETED.
Requires admin authentication (service accounts, Open Notes admins, or community admins).
Returns JSON:API formatted response with updated note resource.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
JSON:API response for a single note resource.
JSON:API resource object for a note.
JSON:API links object for pagination and resource links.
Uses field aliases for 'self' and 'next' which are Python reserved words. Always use by_alias=True when serializing. Includes JSON:API 1.1 'describedby' link for API documentation.