Skip to content

Remove moderator tags from a question

Questions

Removes one or more moderator tags without affecting other tags on the question.

POST
/questions/{id}/moderator-tags/remove

Parameters

Path Parameters

id*

ID of the question to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator editing the question tags

Type
string
Required

Request Body

application/json
JSON
{
  
"tags": [
  
  
[
  
  
  
"important",
  
  
  
"announcement"
  
  
]
  
]
}

Responses

Question moderator tags were changed

Samples

Gainsight CC Developer Portal