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