Files
spark/api/.bruno/Delete Comment.bru
2026-01-28 21:18:51 -05:00

22 lines
249 B
Plaintext

meta {
name: Delete Comment
type: http
seq: 9
}
delete {
url: http://localhost:3000/posts/:post_id/comments/:comment_id
body: none
auth: inherit
}
params:path {
comment_id:
post_id:
}
settings {
encodeUrl: true
timeout: 0
}