GET /v2/client.lastActivityTime of the endpoint.ClientId, and old queries will re-associate with it.DELETE /v2/activity-log.curl --location --request DELETE 'https://us-east1-org01.analytics.controld.com/v2/client' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"endpointIds": [
"endpoint1",
"endpoint2"
],
"clientIds": [
"client1",
"client2"
],
"endTime": "2025-02-07T13:20:47.214Z"
}'{
"deletedCount": 0,
"deletedClients": [
{
"endpointId": "string",
"clientId": "string"
}
]
}