Dismiss the account-level indicator

Clear the account-level indicator only. Each thread keeps its own, so the reader can still work through them.

Body·
required
application/json
  • user_id
    Type: string
    required
  • jwt_token
    Type: string
Responses
  • application/json
  • application/json
  • 500

    Miso could not read or write the history store. Retry, and keep what you have on screen — this is no longer reported as an empty list.

Request Example for post/v1/ask/user_history/thread/updates/dismiss_overall
curl 'https://api.askmiso.com/v1/ask/user_history/thread/updates/dismiss_overall?api_key=YOUR_SECRET_TOKEN' \
  --request POST \
  --header 'Content-Type: application/json' \
  --data '{
  "user_id": "alice"
}'
{
  "message": "success"
}