cURL
curl --request POST \ --url https://api.example.com/data/delete-device \ --header 'Content-Type: application/json' \ --data ' { "machine_id": "<string>" } '
{ "frames_deleted": 123, "ocr_deleted": 123, "audio_transcriptions_deleted": 123, "audio_chunks_deleted": 123, "video_chunks_deleted": 123, "accessibility_deleted": 123, "ui_events_deleted": 123, "video_files_deleted": 123, "audio_files_deleted": 123 }
Delete all locally-stored data that was synced from a specific remote device.
OK
Was this page helpful?