camera.delete command request
Examples:
{
"name": "camera.delete",
"parameters": {
"fileUrls": [
"http://192.168.1.10/files/100Ricoh/R0010200.MP4",
"http://192.168.1.10/files/100Ricoh/R0010202.JPG"
]
}
}
{
"name": "camera.delete",
"parameters": {
"fileUrls": [
"all"
]
}
}
Property |
Type |
Required |
Description |
name |
const |
yes |
Command to execute |
parameters |
object |
yes |
- |
name
Description: Command to execute
Specific value: "camera.delete"
parameters
Property |
Type |
Required |
Description |
fileUrls |
array of string |
yes |
URLs of the file to delete. When you want to delete all at once, special parameters can be used: “all” as all files, “image” as all still images and “video” as all videos. (These should be specified alone.) |
fileUrls
|
Definitions |
Type |
array of string |
Description: URLs of the file to delete. When you want to delete all at once, special parameters can be used: “all” as all files, “image” as all still images and “video” as all videos. (These should be specified alone.)
|
Array restrictions |
Min items |
N/A |
Max items |
128 |
Each item of this array must be |
Description |
fileUrls items |
File URL, “all”, “image” or “video” |
fileUrls items
Description: File URL, “all”, “image” or “video”