1. After the API call, the device will stop uploading files for the corresponding UUID. 2. Once stopped, the upload cannot be resumed; a new command needs to be issued.
Authorization: ********************{
"deviceId": "string",
"uuid": "string"
}curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/video/custom/history/upload/stop' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "string",
"uuid": "string"
}'{
"code": 0,
"data": {},
"msg": ""
}