Skip to main content
DELETE
/
api
/
agents
/
{agentId}
/
logs
/
{logId}
Delete a specific log entry
curl --request DELETE \
  --url http://localhost:3000/api/agents/{agentId}/logs/{logId}
{
  "success": false,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": "<string>"
  }
}

Path Parameters

agentId
string<uuid>
required

ID of the agent

logId
string<uuid>
required

ID of the log entry to delete

Response

Log entry deleted successfully