Withdraw your reaction from a comment
DELETE /api/learn/comments/{commentId}/reaction. Withdraw your reaction from a comment. Headless LMS Discussion API reference.
curl -X DELETE "https://example.com/api/learn/comments/string/reaction"{ "reactions": { "property1": -9007199254740991, "property2": -9007199254740991 }, "viewerReaction": "string"}{ "error": "string", "message": "string", "requestId": "string"}{ "error": "string", "message": "string", "requestId": "string"}Delete a comment DELETE
DELETE /api/learn/comments/{commentId}. Delete a comment. Headless LMS Discussion API reference.
Set your reaction to a comment, replacing any you already had PUT
PUT /api/learn/comments/{commentId}/reaction. Set your reaction to a comment, replacing any you already had. Headless LMS Discussion API reference.