Skip to main content

Delete a Key-Value Pair

POST 

device.<region>.anedya.io/v1/valuestore/delete

Deletes a Key-Value pair

note

Devices can delete a key value pair from self namespace only.

MQTT Topic

$anedya/device/{deviceid}/valuestore/delete/json

Request

Body

    reqIdstring
    keystring

Responses

Success

Schema
    reqIdstring
    successboolean
    errorstring
    errorcodeinteger
curl -L 'device.<region>.anedya.io/v1/valuestore/delete' \
-H 'Content-Type: application/json' \
-d '{
"reqId": "string",
"key": "string"
}'
Request Collapse all
Base URL
device.<region>.anedya.io
Body
{
  "reqId": "string",
  "key": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!