hideComment( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Hides a comment in a widget. The comment status becomes HIDDEN.

Method Declaration
Copy
Method Parameters
commentIdstringRequired

ID of the comment to hide.

Returns
Return Type:Promise<HideCommentResponse>
Did this help?