X-User-Token: ********************{
"drone_sn": "1581F6Q8D242100CPWEK",
"payload_index": [
"81-0-0"
]
}curl --location --request DELETE 'http://192.168.10.11:7012/api//openapi/v0.1/device/control' \
--header 'gis-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NzIwNzI1ODEsInVzZXJuYW1lIjoic3lhZG1pbiJ9._MztFZUO72f_nClLz-Yf-qcDFHOm-G_o1ZkJZplzSQU' \
--header 'x-tenant-id: 1011' \
--header 'x-access-token: {{$string.uuid}}' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"drone_sn": "1581F6Q8D242100CPWEK",
"payload_index": [
"81-0-0"
]
}'{
"code": 0,
"message": "OK",
"data": {
"drone_sn": "1581F6Q8D242100CPWEK",
"controls": [
{
"type": "flight",
"gateway": {
"sn": "7CTDM3D00BZNVZ"
},
"user": {
"call_sign": "",
"user_id": "",
"type": ""
}
},
{
"type": "payload",
"payload_index": "81-0-0",
"gateway": {
"sn": ""
},
"user": {
"call_sign": "",
"user_id": "",
"type": ""
}
},
{
"type": "payload",
"payload_index": "80-0-0",
"gateway": {
"sn": "7CTDM3D00BZNVZ"
},
"user": {
"call_sign": "admin",
"user_id": "1721316169796849371",
"type": "cloud"
}
}
]
}
}