Appearance
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
Requiredstring
Query Parameters
moderatorId*
ID of the moderator editing the question tags
Type
Requiredstring
Request Body
application/json
JSON "tags": [ [ "important", "announcement" ] ]
{
}
Responses
Question moderator tags were changed

