---
title: "Decline an incoming SIP call by returning a SIP status code to the caller."
method: POST
path: "/realtime/calls/{call_id}/reject"
tags: ["Realtime"]
---

# Decline an incoming SIP call by returning a SIP status code to the caller.

`POST /realtime/calls/{call_id}/reject`

## Path parameters

- `call_id` string, required

## Request body

- RealtimeCallRejectRequest — Parameters used to decline an incoming SIP call handled by the Realtime API.
  - `status_code` integer — SIP response code to send back to the caller. Defaults to `603` (Decline) when omitted.

## Response `200`

Call rejected successfully.

---

[API](https://skmtc.net/openai/apis/openapi.md) · [All operations](https://skmtc.net/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openapi/revisions/63028c4d3916/schema)
