action gamesparks_delete_snapshot_using_delete_1 { label: "deleteSnapshot" provider: gamesparks method: DELETE path: "/restv2/game/{apiKey}/admin/snapshots/{snapshotId}" encoding: json input: { type: "object" properties: { apiKey: { type: "string" } snapshotId: { type: "string" } } required: ["apiKey", "snapshotId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }