action gamesparks_delete_screen_using_delete { label: "deleteScreen" provider: gamesparks method: DELETE path: "/restv2/game/{apiKey}/manage/screens/{shortCode}" encoding: json input: { type: "object" properties: { apiKey: { type: "string" } shortCode: { type: "string" } } required: ["apiKey", "shortCode"] additionalProperties: false } output: { type: "object" additionalProperties: true } }