- README
- Update Record
- token
- customer
- device
- fence
- push
- video
- alarm
- audio
- gallery
- fleet
- gps
- Protocol AnalysisPOST
deleteFile
Singapore
Singapore
POST
/v2/openapi/gallery/delete/file
Request
Header Params
Authorization
string
required
Body Params application/json
fileIds
string | null
required
Example
{
"fileIds": "string"
}
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 --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/gallery/delete/file' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileIds": "string"
}'
Responses
🟢200Success
application/json
Body
code
integer | null
optional
data
boolean | null
optional
msg
string | null
optional
Example
{
"code": 0,
"data": false,
"msg": ""
}
Modified at 2024-11-12 02:03:32