Delete a key-value pair
POST/valuestore/delete
Delete a value stored in the ValueStore
Request
- application/json
Body
namespace objectrequired
scope stringrequired
Possible values: [global
, node
]
id stringrequired
key string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
success boolean
error string
errorcode integer
{
"success": true,
"error": "string",
"errorcode": 0
}
Loading...