Go-TestAPI/brunoTest/golang-test/Product/Delete Product.bru

12 lines
130 B
Plaintext
Raw Normal View History

meta {
name: Delete Product
type: http
seq: 2
}
delete {
url: {{host}}/product/{{productID}}
body: none
auth: none
}