---
title: "Hangup a live call"
method: DELETE
path: "/calls/{callid}"
tags: ["Calls"]
---

# Hangup a live call

`DELETE /calls/{callid}`

Hang up a live call.

## Path parameters

- `callid` integer, required — Call ID

## Response `204`

Call hung up

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Resource Not Found
- `405` — Method Not Allowed
- `429` — Too Many Requests (rate limit exceeded)
- `500` — Internal Server Error

---

[API](https://skmtc.dev/callr/apis/callr-rest-api-v2-0.md) · [All operations](https://skmtc.dev/callr/apis/callr-rest-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/callr/callr-rest-api-v2-0/revisions/76d36d004a8f/schema)
