Skip to main content

Delete a Key-Value Pair

POST 

/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

    reqId string
    key string

Responses

Success

Schema
    reqId string
    success boolean
    error string
    errorcode integer
Loading...