action slicebox_delete_forwarding_rule_id { label: "delete_forwarding_rule_id" description: "remove the forwarding rule corresponding to the supplied ID" provider: slicebox method: DELETE path: "/forwarding/rule/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }