curl --location --request DELETE '/v1/realtime-leases/'{
"endpoint": "DELETE /v1/realtime-leases/{id}",
"lease": {
"id": "22222222-2222-4222-8222-222222222222",
"userID": "local-user-001",
"binding": {
"clientInstanceID": "voice-device-001",
"endpointHost": "api.onesay.io",
"endpointRegion": "cn-hongkong",
"networkFingerprint": "sha256:network-safe-fingerprint",
"proxyFingerprint": "sha256:proxy-safe-fingerprint",
"configVersion": "realtime-lease-v1"
},
"status": "active",
"createdAt": "2026-07-10T12:00:00Z",
"lastUsedAt": "2026-07-10T12:00:00Z",
"expiresAt": "2026-07-10T12:02:00Z"
},
"reused": true
}