Files
api-meditation/comment/delete comment.bru
T
2026-05-20 15:53:00 +03:30

22 lines
211 B
Plaintext

meta {
name: delete comment
type: http
seq: 3
}
delete {
url: {{baseUrl}}/comments/:type/:id
body: none
auth: inherit
}
params:path {
type:
id:
}
settings {
encodeUrl: true
timeout: 0
}