---
title: "Disable DTMF reception on a leg"
method: POST
path: "/legs/{id}/dtmf/reject"
tags: ["Legs"]
---

# Disable DTMF reception on a leg

`POST /legs/{id}/dtmf/reject`

Block this leg from receiving DTMF digits broadcast from other legs in the same room. DTMF received from this leg's own far end is still emitted as a leg.dtmf event.

## Response `200`

DTMF reception disabled

- StatusResponse
  - `instance_id` string — Instance identifier
  - `status` string, required

## Other responses

- `404` — Leg not found

---

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