Removes all events from device SD-card. Warning: formatting the SD card will irretrievably erase all video files on the device. It is recommended to have proper access controls in place, and confirm this action with the user before calling the function. Several device IDs should be separated by ','
Request
Body Params multipart/form-data
device_id
stringÂ
required
Example:
{{DEVICE_IDs}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request POST 'https://fleet.roscolive.com/api/v1.0/api/{{API_VERSION}}/devices/formatcard' \
--form'device_id="{{DEVICE_IDs}}"'