Files
bgApp/API Tests/BGApp/Players/Delete.yml

21 lines
273 B
YAML

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