cURL
curl --request DELETE \ --url http://localhost:3000/api/agents/{agentId}/logs/{logId}
{ "success": false, "error": { "code": "<string>", "message": "<string>", "details": "<string>" } }
Delete a specific log entry for an agent
ID of the agent
ID of the log entry to delete
Log entry deleted successfully
Was this page helpful?