action gambitcomm_protocol_snmpv3_user_del { label: "Deletes the specified user entry." description: "Deletes the specified user entry." provider: gambitcomm method: DELETE path: "/mimic/agent/{agentNum}/protocol/msg/snmpv3/user/del/{userName}" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } userName: { type: "string" } } required: ["agentNum", "userName"] additionalProperties: false } output: { type: "string" } }