Files
bgApp/API Tests/BGApp/Game/Delete.yml
2026-02-21 17:56:28 +00:00

21 lines
267 B
YAML

info:
name: Delete
type: http
seq: 4
http:
method: DELETE
url: "{{BASE_URL}}/api/game/{{GameID}}"
auth: inherit
runtime:
variables:
- name: GameID
value: ""
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5