bruno/memori-backend/Asset/Deletes a file and its corresponding Asset object.bru
2025-03-26 16:08:31 +02:00

17 lines
224 B
Plaintext

meta {
name: Deletes a file and its corresponding Asset object.
type: http
seq: 11
}
delete {
url: {{baseUrl}}/api/v2/Asset/:strToken/:fileName
body: none
auth: none
}
params:path {
strToken:
fileName:
}