DELETE
/
api
/
agents
/
{agentId}
/
logs
/
{logId}
Delete a specific log entry
curl --request DELETE \
  --url http://localhost:3000/api/agents/{agentId}/logs/{logId}
This response does not have an example.

Path Parameters

agentId
string
required

ID of the agent

logId
string
required

ID of the log entry to delete

Response

204

Log entry deleted successfully