Skip to main content
DELETE
/
api
/
v2
/
agents
/
{agent_id}
curl -X DELETE "http://localhost:8000/api/v2/agents/old-agent" \
  -H "Authorization: Bearer your_api_key"
(empty body)

Overview

Delete local agent metadata.

Authentication

  • Authorization: Bearer your_api_key

Path Parameters

agent_id
string
required
Agent identifier.
curl -X DELETE "http://localhost:8000/api/v2/agents/old-agent" \
  -H "Authorization: Bearer your_api_key"
(empty body)

Response Fields

status
string
No response body for successful deletion.

Notes

This removes local metadata only and does not delete the Moorcheh cloud namespace.