v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Feature Groups

Removes a feature group from a relation type

This endpoint removes a feature group from the provided list based on the relationType.</br>Required scope: feature-groups:write </br>Organization authorization: supported</br>This endpoint is feature-flagged and will only be available to operators who have the feature enabled.

post/api/v1/feature-groups/{featureGroupId}/remove

Path parameters

featureGroupIdinteger required

Request body

relationType'team' required
idsinteger[] required

List of IDs that the feature group should be applied to. If one of the IDs does not belong to your operator, applying feature group will fail. Therefore, make sure all the Ids belong to your operator.

Example request

{
  "ids": [
    1,
    2,
    3
  ]
}

Response

Successfully removed feature group relation