Skip to main content
Glama

apple_delete_subscription_group

Remove subscription groups from Apple App Store Connect to manage in-app purchase offerings and streamline app monetization.

Instructions

Delete a subscription group

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupIdYesSubscription Group ID

Implementation Reference

  • The handler implementation for 'apple_delete_subscription_group' which sends a DELETE request to the subscriptionGroups endpoint.
    handler: async (client, args) => {
      await client.request(`/subscriptionGroups/${args.groupId}`, { method: 'DELETE' });
      return { success: true };
    },
  • The schema definition for the input arguments of 'apple_delete_subscription_group'.
    schema: z.object({
      groupId: z.string().describe('Subscription Group ID'),
    }),
  • The registration name definition for 'apple_delete_subscription_group'.
    name: 'apple_delete_subscription_group',

Tool Definition Quality

Score is being calculated. Check back soon.

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