Request Code Samples
curl --location --request DELETE 'http://localhost:9050/apis/v1/stories/00000000-0000-0000-0000-200000000000/comments/1a692474-377e-43ea-babf-d60e16ab92c1/reactions/21a5cf31-d868-48bf-8833-10b54187fed5'
Responses
application/json {
"toast": {
"title": "댓글 리액션 제거",
"description": "댓글의 리액션을 제거했습니다."
},
"payload": {
"id": "736c840e-87c3-463f-8f3d-fd93ad18c085",
"createdAt": "2025-01-12T01:36:27.459Z",
"updatedAt": "2025-01-12T01:41:15.608Z",
"deletedAt": null,
"type": "FIRE",
"userId": "00000000-0000-0000-0000-000000000000",
"postId": "00000000-0000-0000-0000-200000000000",
"commentId": "5348370c-0a03-4b17-a824-e46f1c6cfe62"
}
}
Modified at 2025-04-23 00:06:39