Dismiss every open report on a comment
DELETE /api/comments/{commentId}/reports. Dismiss every open report on a comment. Headless LMS Discussion API reference.
curl -X DELETE "https://example.com/api/comments/string/reports"null{ "error": "string", "message": "string", "requestId": "string"}{ "error": "string", "message": "string", "requestId": "string"}Remove a comment as a moderator DELETE
DELETE /api/comments/{commentId}. Remove a comment as a moderator. Headless LMS Discussion API reference.
Reply to a comment from the moderation queue POST
POST /api/comments/{commentId}/replies. Reply to a comment from the moderation queue. Headless LMS Discussion API reference.