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
Example request
{
"ids": [
1,
2,
3
]
}Response
Successfully removed feature group relation
Changes
No recorded changes to this endpoint across all 1 revision of this API.