---
title: "End a call"
method: DELETE
path: "/v1/calls/{id}"
tags: ["Call control"]
---

# End a call

`DELETE /v1/calls/{id}`

Ends the active call identified by `id` by hanging up.

## Path parameters

- `id` string, uuid, required

## Response `200`

Returns a success confirmation. The call is ended.

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

## Other responses

- `401` — Unauthorized
- `404` — Request failed. An object with the specified ID is not found.

---

[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/versions/b22f170488b6/schema)
