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