21 lines
324 B
Plaintext
21 lines
324 B
Plaintext
meta {
|
|
name: remove-comment-from-article
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
delete {
|
|
url: {{baseUrl}}/feed/articles/:articleId/comments/:commentId
|
|
body: none
|
|
auth: bearer
|
|
}
|
|
|
|
params:path {
|
|
commentId: 01971449-6f1b-724f-bb43-2bc0af698c5f
|
|
articleId: 019589b9-7137-7156-9aeb-1e3f0f138a15
|
|
}
|
|
|
|
auth:bearer {
|
|
token: {{token}}
|
|
}
|