action slicebox_delete_scps_id { label: "delete_scps_id" description: "shut down and remove the SCP corresponding to the supplied ID" provider: slicebox method: DELETE path: "/scps/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }