Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Introducing our Voice Agent API: The fastest path to a working voice agent. Learn more
cURL
curl --request DELETE \ --url https://agents.assemblyai.com/v1/agents/{agent_id} \ --header 'Authorization: <api-key>'
{ "detail": "Unauthorized" }
Your AssemblyAI API key in the Authorization header. The raw key works directly; a Bearer prefix is also accepted.
Authorization
Bearer
The agent's unique ID.
"7ad24396-b822-4dca-871a-be9cc4781cf9"
Agent deleted.
Was this page helpful?