Skip to main content
Glama

app-store-connect-mcp-server

remove_tester_from_group

Remove a beta tester from a specific beta group by providing the group ID and tester ID. This tool integrates with the App Store Connect API for iOS Developers.

Instructions

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" }

You must be authenticated.

Other Tools from app-store-connect-mcp-server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JoshuaRileyDev/app-store-connect-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server