Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.pyai.com/v1/agents/{id} \ --header 'Authorization: Bearer <token>'
{ "object": "agent.deleted", "agent_id": "<string>", "deleted": true }
Use Authorization: Bearer pyai_live_... (or pyai_test_...).
Authorization: Bearer pyai_live_...
pyai_test_...
Deletion confirmation
"agent.deleted"
true