---
title: "Dismiss Server Prompt"
method: POST
path: "/iserver/notification"
tags: ["tradingOrders"]
---

# Dismiss Server Prompt

`POST /iserver/notification`

Respond to a server prompt received via ntf websocket message.

## Request body

- object
  - `orderId` integer — IB-assigned order identifier obtained from the ntf websocket message that delivered the server prompt.
  - `reqId` string — IB-assigned request identifier obtained from the ntf websocket message that delivered the server prompt.
  - `text` string — The selected value from the "options" array delivered in the server prompt ntf websocket message.

## Response `200`

Status of submitted prompt

- string

---

[API](https://skmtc.net/interactivebrokers/apis/api-reference.md) · [All operations](https://skmtc.net/interactivebrokers/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interactivebrokers/api-reference/revisions/67f9f562c2c6/schema)
