---
title: "Stop call streaming"
method: DELETE
path: "/v1/calls/{call_id}/streams/{id}"
tags: ["Call streaming"]
---

# Stop call streaming

`DELETE /v1/calls/{call_id}/streams/{id}`

Stops the media stream identified by `id` on the call identified by `call_id`.

## Path parameters

- `call_id` string, uuid, required
- `id` string, uuid, required

## Response `200`

Returns a success confirmation. The media stream is stopped.

- SuccessResponse
  - `success` boolean, required — Indicates whether the request was successful.

## Other responses

- `401` — Unauthorized

---

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