bruno_template/api/files/delete body.bru
2025-03-19 19:00:41 -04:00

17 lines
204 B
Text

meta {
name: delete body
type: http
seq: 3
}
delete {
url: {{base_url}}/api/files/delete
body: json
auth: inherit
}
body:json {
{
"files": "0195823a-5712-7000-801a-88bcf68e1c3d"
}
}