Request
Add parameter in header Authorization
Example:Authorization: ********************
Body Params application/json
{
"fenceId": "null",
"deviceId": "null"
}
Request Code Samples
curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/fence/device/del' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fenceId": "null",
"deviceId": "null"
}'
Responses
application/json {
"code": 0,
"data": {},
"msg": ""
}
Modified at 2024-01-02 08:07:08