Skip to main content
Glama

apple_delete_iap

Remove an in-app purchase from an Apple App Store listing to manage your app's monetization features.

Instructions

Delete an in-app purchase

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iapIdYesIn-App Purchase ID

Implementation Reference

  • The handler function that performs the DELETE request for the in-app purchase.
    handler: async (client, args) => {
      await client.request(`${V2_BASE}/inAppPurchases/${args.iapId}`, { method: 'DELETE' });
      return { success: true };
    },
  • The schema definition for the apple_delete_iap tool, specifying the iapId parameter.
    schema: z.object({
      iapId: z.string().describe('In-App Purchase ID'),
    }),
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