Remove State

API 3.0

You can remove states at runtime.

{
  "type":"removeState",
  "id":"horseCount"
}
Key Type Req. API Description
type Text yes 2.0 The type of message. "removeState" is the type to remove the state.
id Text yes 2.0 The id of the plug-in state to remove.