---
title: "POST /contact/stop-streaming"
method: POST
path: "/contact/stop-streaming"
---

# POST /contact/stop-streaming

`POST /contact/stop-streaming`

Ends message streaming on a specified contact. To restart message streaming on that contact, call the <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_StartContactStreaming.html">StartContactStreaming</a> API.

## Request body

- object
  - `InstanceId` string, required — The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.
  - `ContactId` string, required — The identifier of the contact. This is the identifier of the contact that is associated with the first interaction with the contact center.
  - `StreamingId` string, required — The identifier of the streaming configuration enabled.

## Response `200`

Success

- StopContactStreamingResponse

## Other responses

- `480` — InvalidRequestException
- `481` — InvalidParameterException
- `482` — ResourceNotFoundException
- `483` — InternalServiceException

---

[API](https://skmtc.net/aws/apis/connect.md) · [All operations](https://skmtc.net/aws/apis/connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/connect/versions/fbcf0a4faed2/schema)
