Skip to content

Remove public tags from an idea

Ideas

Removes one or more public tags without affecting other tags on the idea.

POST
/ideas/{id}/tags/remove

Parameters

Path Parameters

id*

ID of the idea to interact with

Type
string
Required

Query Parameters

authorId*

ID of the author editing the idea tags

Type
string
Required

Request Body

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

Responses

Idea tags were changed

Samples

Gainsight CC Developer Portal