DELETE
/
delete-retell-llm
/
{llm_id}
curl --request DELETE \
  --url https://api.retellai.com/delete-retell-llm/{llm_id} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
headerrequired

Authentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"

Path Parameters

llm_id
string
required

Unique id of the Retell LLM to be deleted.