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}} }