---
title: "Reject call"
method: POST
path: "/calls/{CallID}/reject"
tags: ["Calls"]
deprecated: true
---

# Reject call

`POST /calls/{CallID}/reject`

> **Deprecated.**

This method is responsible for rejecting a call.

## Path parameters

- `CallID` string, required — Call ID

## Request body

- RejectCallRequest
  - `callFrom` string, required — Contact ID or LID

## Response `200`

OK

- ResponseSuccess
  - `success` boolean

## Other responses

- `400` — Wrong request parameters
- `401` — Need channel authorization to reject a call
- `404` — Call not found
- `500` — Internal Error

---

[API](https://skmtc.dev/whapi/apis/whatsapp-api.md) · [All operations](https://skmtc.dev/whapi/apis/whatsapp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/whapi/whatsapp-api/revisions/40ab05abffdb/schema)
