Voice and audio

Delete a voice

Freevoice.delete

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.

FieldTypeRequiredWhat it does
voice_idstringyesThe 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.md

Or plain HTTP

POST /v1/run

{
  "endpoint": "voice.delete",
  "input": {
    "voice_id": "a1b2c3d4e5f60718293a4b5c"
  }
}

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