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.
New Universal-3.5 Pro is here. Learn more: Async · Realtime
cURL
curl --request DELETE \ --url https://agents.assemblyai.com/v1/agents/{agent_id} \ --header 'Authorization: <api-key>'
{ "detail": "Unauthorized" }
Delete an agent. Returns 204 with no body.
204
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?