Skip to main content
Glama

apple_delete_beta_group

Remove a beta testing group from App Store Connect to manage app distribution and testing phases.

Instructions

Delete a beta group

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
betaGroupIdYesBeta Group ID

Implementation Reference

  • The handler and schema definition for the apple_delete_beta_group tool.
    const deleteBetaGroup: ToolDef = {
      name: 'apple_delete_beta_group',
      description: 'Delete a beta group',
      schema: z.object({
        betaGroupId: z.string().describe('Beta Group ID'),
      }),
      handler: async (client, args) => {
        await client.request(`/betaGroups/${args.betaGroupId}`, { method: 'DELETE' });
        return { success: true };
      },
Install Server

Other Tools

Latest Blog Posts

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/mikusnuz/app-publish-mcp'

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