Delete a voice
Permanently delete one of your cloned voices, at the provider as well as here.
After this the voice_id stops working and nothing further is charged for keeping it.
What a call costs
This call is never charged.
a price before every call. failed calls are never charged.
When to use it
Use when a cloned voice is no longer needed, or when the person it belongs to withdraws consent. This is not reversible and there is no way to recover the model afterwards: cloning again means supplying the reference recordings again. A voice_id belonging to another workspace is answered exactly like one that does not exist.
Inputs
Delete a voice takes 1 field, 1 of them required. Anything you leave out falls back to the tool's own default.
| Field | Type | Required | What it does |
|---|---|---|---|
| voice_id | string | yes | The id of a voice this workspace owns, as returned by voice.clone or voice.list. |
How to call it
Connect once and your agent can reach Delete a voice the same way it reaches everything else in the catalog. Add Goro as an MCP connector, or paste the setup line into an agent that reads skills.
MCP
Add this server in Claude, Claude Code, or any MCP client.
https://mcp.usegoro.ai/mcp
Skill
One line in your agent's chat. It sets itself up.
set up https://usegoro.ai/SKILL.mdOr plain HTTP
POST /v1/run
{
"endpoint": "voice.delete",
"input": {
"voice_id": "a1b2c3d4e5f60718293a4b5c"
}
}Related tools
More from voice and audio, or browse the full tool catalog.
Clone a voice
Create a reusable voice model from one or more recordings of a person speaking, and get back a voice_id you can pass to voice.speak.
FreeList your voices
List the voice models this workspace owns, with the id to pass to voice.speak, when each was created and what consent was attested for it.
FreeSpeech to text
Transcribe an audio file into text, with the detected language, the total duration and per-segment timings when you ask for them.
$0.0003 per second of audioText to speech
Turn text into natural speech and get back a link to the audio file.
$0.0450 per 1,000 UTF-8 bytes of text (roughly one minute of speech)Further reading: What is MCP? The Model Context Protocol, explained
Run Delete a voice from your agent.
One balance for every tool in the catalog. Start with Build, $25 of credit for $19 a month.
Get started