Skip to content

Remove moderator tags from an article

Articles

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

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

Parameters

Path Parameters

id*

ID of the article to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator editing the article tags

Type
string
Required

Request Body

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

Responses

Article moderator tags were changed

Samples

Gainsight CC Developer Portal