info: name: Remove game type: http seq: 7 http: method: POST url: "{{BASE_URL}}/{{SECTOR}}/{{CollectionID}}/remove" body: type: json data: |- { "gameId": "{{GameID}}" } auth: inherit runtime: variables: - name: CollectionID value: "" - name: GameID value: "" settings: encodeUrl: true timeout: 0 followRedirects: true maxRedirects: 5