Skip to main content
Glama

retell_delete_call

Remove a call and its associated data including recordings and transcripts from the Retell AI voice agent platform.

Instructions

Delete a call and all associated data including recordings and transcripts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
call_idYesThe unique identifier of the call to delete

Implementation Reference

  • Executes the retell_delete_call tool by sending a DELETE HTTP request to the Retell API endpoint `/v2/delete-call/{call_id}` using the provided call_id argument.
    case "retell_delete_call": return retellRequest(`/v2/delete-call/${args.call_id}`, "DELETE");
  • Defines the input schema, description, and registers the retell_delete_call tool in the tools array used for tool listing.
    { name: "retell_delete_call", description: "Delete a call and all associated data including recordings and transcripts.", inputSchema: { type: "object", properties: { call_id: { type: "string", description: "The unique identifier of the call to delete" } }, required: ["call_id"] } },

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/itsanamune/retellsimp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server