Skip to main content

KV_RMV

Removes one or multiple keys. If you want to remove all keys, use KV_CLEAR.

ParamTypeMeaningRequired
keysarrayKeys to removeY

Response

KV_RMV_RSP

ParamTypeMeaning
stunsigned intStatus

If keys contains a key that does not exist it is ignored.

Possible status:

  • Ok
  • Unknown

See the response status page for status values.

Example

{
"KV_RMV":
{
"keys":["user_1_access"]
}
}
Response
{
"KV_RMV_RSP":
{
"st": 1
}
}