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

20 lines
325 B
YAML

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