Files
T120B165/Bruno/Seed/Post operations/Post 1/Delete post comment.bru
2025-10-06 10:42:47 +03:00

16 lines
184 B
Plaintext

meta {
name: Delete post comment
type: http
seq: 10
}
delete {
url: {{baseUrl}}/api/posts/1/comments/3
body: none
auth: bearer
}
auth:bearer {
token: {{accessToken}}
}