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
- application/json
Body
reqId string
key string
Responses
- 2XX
Success
- application/json
- Schema
- Example (from schema)
Schema
reqId string
success boolean
error string
errorcode integer
{
"reqId": "string",
"success": true,
"error": "string",
"errorcode": 0
}
Loading...