---
title: "Finish call made by SIP component"
method: DELETE
path: "/sip/{room_id}/{component_id}/call"
tags: ["sip"]
---

# Finish call made by SIP component

`DELETE /sip/{room_id}/{component_id}/call`

## Path parameters

- `room_id` string, required
- `component_id` string, required

## Response `201`

Call ended

## Other responses

- `400` — Invalid request structure
- `401` — Unauthorized
- `404` — Room doesn't exist

## Changes

- **2024-02-22** `4f1bea96a0f9` — 1 info
  - the endpoint scheme security `authorization` was added to the API
- **2024-02-19** `f04645633559` — 1 info
  - endpoint added
- **2023-07-18** `dafa9a249254` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/fishjam-dev/apis/fishjam-media-server/changes/sip/:room_id/:component_id/call/delete.md)

---

[API](https://skmtc.dev/fishjam-dev/apis/fishjam-media-server.md) · [All operations](https://skmtc.dev/fishjam-dev/apis/fishjam-media-server/llms.txt) · [OpenAPI document](https://skmtc.dev/fishjam-dev/apis/fishjam-media-server/revisions/c9ea5a438831?raw)
