Remove a member as a follower of a flag in a project and environment

DELETE
/api/v2/projects/:projectKey/flags/:featureFlagKey/environments/:environmentKey/followers/:memberId

Remove a member as a follower to a flag in a project and environment

Path parameters

projectKeystringRequired

The project key

featureFlagKeystringRequired

The feature flag key

environmentKeystringRequired

The environment key

memberIdstringRequired

The memberId of the member to remove as a follower of the flag. Reader roles can only remove themselves.

Response

Action succeeded

{}
map from strings to any or null

Errors

Built with