16 lines
183 B
Plaintext
16 lines
183 B
Plaintext
meta {
|
|
name: Delete post comment
|
|
type: http
|
|
seq: 5
|
|
}
|
|
|
|
delete {
|
|
url: {{baseUrl}}/api/posts/1/comments/1
|
|
body: none
|
|
auth: bearer
|
|
}
|
|
|
|
auth:bearer {
|
|
token: {{accessToken}}
|
|
}
|