cURL
curl --request POST \ --url https://api.example.com/agent/{agent_id}/delete
Soft-delete an agent and detach template graph rows.
curl -X POST "https://api.mosaic.so/agent/123e4567-e89b-12d3-a456-789012345678/delete" \ -H "Authorization: Bearer mk_your_api_key"
DELETE /agent/{agent_id}/delete
{ "success": true, "agent_id": "123e4567-e89b-12d3-a456-789012345678", "message": "Agent deleted successfully" }
Was this page helpful?