curl --request DELETE \
--url http://localhost:3000/api/agents/{agentId}/logs/{logId}
This response does not have an example.
Delete a specific log entry for an agent
curl --request DELETE \
--url http://localhost:3000/api/agents/{agentId}/logs/{logId}
This response does not have an example.
ID of the agent
ID of the log entry to delete
Log entry deleted successfully
Was this page helpful?