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.
Delete an agent by namespace slug and agent name.
cURL
curl --request DELETE \ --url https://api.example.com/agents/name/{namespace_slug}/{agent_name}
{ "id": "<string>", "message": "<string>" }
Successful Response
Was this page helpful?