Unsubscribe a thread

Stop watching this thread. Idempotent.

Body·
required
application/json
  • thread_id
    Type: string Format: uuid
    required

    The thread's root question id.

  • user_id
    Type: string
    required
Responses
  • application/json
  • 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/unsubscribe
curl 'https://api.askmiso.com/v1/ask/user_history/thread/updates/unsubscribe?api_key=YOUR_SECRET_TOKEN' \
  --request POST \
  --header 'Content-Type: application/json' \
  --data '{
  "user_id": "alice",
  "thread_id": "0e1f2a3b-4c5d-6e7f-8a9b-0c1d2e3f4a5b"
}'
{
  "message": "success"
}