app-store-connect-mcp-server

remove_tester_from_group

Remove a tester from a beta group

Input Schema

NameRequiredDescriptionDefault
groupIdYesThe ID of the beta group
testerIdYesThe ID of the beta tester

Input Schema (JSON Schema)

{ "properties": { "groupId": { "description": "The ID of the beta group", "type": "string" }, "testerId": { "description": "The ID of the beta tester", "type": "string" } }, "required": [ "groupId", "testerId" ], "type": "object" }