There was an error while loading. Please reload this page.
Delete a comment.
DELETE https://your-host/your-mt-api.cgi/v1/sites/:site_id/comments/:comment_id Detail
XMLHttpRequest: A XMLHttpRequest object
api.deleteComment(siteId, commentId, function(response) { if (response.error) { // Handle error return; } // Do stuff });