Files
bgApp/API Tests/BGApp/Players/Delete.yml
2026-02-21 00:34:50 +00:00

20 lines
271 B
YAML

info:
name: Delete
type: http
seq: 4
http:
method: DELETE
url: http://localhost:3000/api/player/:id
params:
- name: id
value: bmOe
type: path
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5