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

21 lines
285 B
YAML

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