16 lines
184 B
Plaintext
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}}
|
|
}
|