---
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

## Changes

- **2026-04-15** `b84db4b78d2c` — 1 info
  - endpoint added
- **2026-03-26** `d09c97c6ca8c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/voiceblender/apis/voiceblender-api/changes/legs/:id/dtmf/reject/post.md)

---

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