bruno/memori-backend/Asset/Deletes a file and its corresponding Asset object-.bru

17 lines
238 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
meta {
name: Deletes a file and its corresponding Asset object-
type: http
seq: 12
}
delete {
url: https://backend.memori.ai/api/v2/Asset/{strToken}/{fileName}
body: none
auth: none
}
params:path {
strToken:
fileName:
}