> ## Documentation Index
> Fetch the complete documentation index at: https://developer.suki.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Deprecation List

> List of deprecated and removed APIs, parameters, WebSocket events, and SDK properties across the Suki platform

This page lists deprecations and removals across Suki public APIs and SDKs. Each entry includes when the change was announced, what to use instead, and links to detailed documentation.

Suki does not publish a fixed removal calendar. For migration timing beyond what is listed here, contact your **partnership team** or review [API evolution and deprecations](/updates/deprecations-overview).

<Tabs>
  <Tab title="Deprecated" icon="exclamation-triangle">
    These items are deprecated and no longer supported. Migrate to the recommended alternative.

    <Accordion title={'POST /api/v1/ambient/session/{ambient_session_id}/metadata'} defaultOpen={true}>
      <Badge color="blue" size="sm">POST</Badge> | <Badge color="orange" size="sm">Deprecated</Badge>

      * This endpoint is deprecated. Use the context endpoint to set session context instead.

      * **Use instead:** [POST /api/v1/ambient/session/{'{ambient_session_id}'}/context](/api-reference/ambient-sessions/context)

      * Announced in API reference · [Ambient session metadata](/api-reference/ambient-sessions/metadata)
    </Accordion>

    <Accordion title={'GET /api/v1/ambient/content/{ambient_session_id}'} defaultOpen={true}>
      <Badge color="green" size="sm">GET</Badge> | <Badge color="orange" size="sm">Deprecated</Badge>

      * This endpoint is deprecated. Use the session-scoped content endpoint instead.

      * **Use instead:** [GET /api/v1/ambient/session/{'{ambient_session_id}'}/content](/api-reference/ambient-content/content)

      * Announced in OpenAPI spec · [Ambient API quickstart](/api-reference/quickstart)
    </Accordion>

    <Accordion title="POST /api/v1/ambient/session/create · multilingual" defaultOpen={true}>
      <Badge color="blue" size="sm">POST</Badge> | <Badge color="orange" size="sm">Deprecated</Badge>

      * The `multilingual` request field is deprecated. Multilingual support is now true by default for create ambient session calls.

      * **Use instead:** Omit `multilingual` from create requests. To disable multilingual support, contact the Suki support team.

      * Announced Feb 2026 · [API changelog v1.1.1](/api-reference/product-updates/changelog) · [February 2026 release notes](/updates/feb2026-release-notes)
    </Accordion>

    <Accordion title="POST /api/v1/ambient/session/create · session_group_id" defaultOpen={true}>
      <Badge color="blue" size="sm">POST</Badge> | <Badge color="orange" size="sm">Deprecated</Badge>

      * Legacy request field name. The parameter is named `encounter_id` in current documentation and will be deprecated in a future release.

      * **Use instead:** `encounter_id` on create and context calls.

      * Announced in [Ambient API quickstart](/api-reference/quickstart)
    </Accordion>

    <Accordion title="/ws/ambient · ABORT event" defaultOpen={true}>
      <Badge color="orange" size="sm">WS</Badge> | <Badge color="orange" size="sm">Deprecated</Badge>

      * The WebSocket `ABORT` event is deprecated. ABORT ends the current stream but keeps the session active for later resumption.

      * **Use instead:** Follow current streaming guidance in [Audio streaming](/api-reference/ambient-sessions/audio-stream) and [Ambient API quickstart](/api-reference/quickstart).

      * Announced in [Ambient API quickstart](/api-reference/quickstart) · [Audio streaming FAQ](/api-reference/faqs/audio-capture-streaming)
    </Accordion>

    <Accordion title="InitOptions.isTestMode" defaultOpen={true}>
      <Badge size="sm" color="green">Web SDK</Badge> | <Badge color="orange" size="sm">Deprecated</Badge>

      * Property is deprecated for environment selection in Web SDK v3. It previously routed the SDK to stage endpoints in v2.

      * **Use instead:** Set `environment` on `SukiAuthManager` (`staging` or `production`). See [Migrating to Web SDK v3](/web-sdk/product-updates/migration-to-v3).

      * Announced in [Web SDK v3 migration guide](/web-sdk/product-updates/migration-to-v3) · [InitOptions](/web-sdk/api-reference/types/init-options)
    </Accordion>
  </Tab>

  <Tab title="Removed" icon="trash">
    These items are no longer available. Update integrations that still reference them.

    <Accordion title="Session status · paused" defaultOpen={true}>
      <Badge size="sm" color="blue">APIs</Badge> | <Badge color="red" size="sm">Removed</Badge>

      * The paused state is no longer supported for ambient sessions in the REST status model.

      * **Use instead:** Review supported status values in [Get session status](/api-reference/ambient-content/status).

      * Removed Oct 2025 · [API changelog v1.0.0](/api-reference/product-updates/changelog) · [October 2025 release notes](/updates/oct2025-release-notes)
    </Accordion>

    <Accordion title="AmbientOptions.prefill.noteTypeIds" defaultOpen={true}>
      <Badge size="sm" color="green">Web SDK</Badge> | <Badge color="red" size="sm">Removed</Badge>

      * Property is no longer supported. LOINC-based `sections` replaced custom note type IDs.

      * **Use instead:** `sections` array in `ambientOptions`. See [Migrating to Web SDK v2](/web-sdk/product-updates/migration-to-v2).

      * Removed Jan 2026 · [Web SDK changelog v2.1.1](/web-sdk/product-updates/changelog) · [January 2026 release notes](/updates/jan2026-release-notes)
    </Accordion>

    <Accordion title="Section editing · insert script" defaultOpen={true}>
      <Badge size="sm" color="green">Web SDK</Badge> | <Badge color="red" size="sm">Removed</Badge>

      * The insert script option was removed from section editing in the note page.

      * **Use instead:** Standard section editing flows in the current Web SDK note UI.

      * Removed June 2025 · [Web SDK changelog v2.0.3](/web-sdk/product-updates/changelog) · [June 2025 release notes](/updates/jun2025-release-notes)
    </Accordion>
  </Tab>
</Tabs>

<Note>
  If you do not see a deprecated or removed item here, please contact your partnership team for more information.
</Note>
