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
curl --request DELETE \
--url http://localhost:3000/api/agents/{agentId}/logs/{logId}{
"success": false,
"error": {
"code": "<string>",
"message": "<string>",
"details": "<string>"
}
}Was this page helpful?