---
title: "Hangup/reject an active call"
method: PUT
path: "/voice/conversation/{messageId}"
---

# Hangup/reject an active call

`PUT /voice/conversation/{messageId}`

## Path parameters

- `messageId` string, required

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Request body

- object
  - `action` string, required — Defines the action to perform. Values: "hangup", "reject". Hangup only apply to calls with "InProgress" status. Reject only apply to calls with "Ringing" or "Initiated")

## Response `200`

200

- object
  - `messageId` string
  - `message` string
  - `createdAt` string

## Other responses

- `400` — 400

---

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