{
    "DISCARD": {
        "summary": "Removes a single session-local fieldset by name.",
        "complexity": "O(N) where N is the number of session-local fieldsets.",
        "group": "hash",
        "since": "8.10.0",
        "arity": 3,
        "container": "HIMPORT",
        "function": "himportDiscardCommand",
        "acl_categories": [
            "HASH"
        ],
        "reply_schema": {
            "type": "integer",
            "description": "1 if the fieldset was removed, 0 if it did not exist."
        },
        "command_tips": [
            "REQUEST_POLICY:ALL_SHARDS"
        ],
        "arguments": [
            {
                "name": "fieldset-name",
                "type": "string"
            }
        ]
    }
}
