---
title: "Disable Voicemail Mode"
method: POST
path: "/developer/voicemail-mode/disable"
tags: ["Developer", "Developer - Settings"]
---

# Disable Voicemail Mode

`POST /developer/voicemail-mode/disable`

Disable voicemail mode for the customer. No confirmation code required.
Calls will resume normal routing.
Restores each phone number's Twilio webhook to its configured agent platform.

## Response `200`

Successful Response

- VoicemailModeStatusResponse — Response with customer's voicemail mode status
  - `customer_id` string, uuid, required — The customer ID
  - `voicemail_mode` boolean, required — Whether voicemail mode is currently enabled

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
