Skip to content

Unset moderation label from idea

Ideas

A moderator can unset the moderation label from idea.

POST
/ideas/unsetModerationLabel

Parameters

Query Parameters

moderatorId*

ID of the moderator to unset the moderation label

Type
string
Required

Request Body

application/json
JSON
{
  
"ideaIds": [
  
  
"31"
  
]
}

Responses

Moderation label was unset from idea

Samples

Gainsight CC Developer Portal