Files
b2b/bruno/b2b-daniel/delete-file.yml
2026-04-02 11:26:58 +02:00

20 lines
337 B
YAML

info:
name: delete-file
type: http
seq: 25
http:
method: DELETE
url: http://localhost:3000/api/v1/restricted/storage/delete-file?path=/folder/test.txt
params:
- name: path
value: /folder/test.txt
type: query
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5