Removes specified products and/or variants from ALL subscription groups in the store. This is a powerful bulk operation that affects every subscription group simultaneously.
⚠️ WARNING: This operation:
Use Cases:
Important Considerations:
Authentication: Requires valid X-API-Key header
curl --request PUT \
--url https://subscription-admin.appstle.com/api/external/v2/subscription-groups/remove-products \
--header 'X-API-Key: <x-api-key>'"Product Deleted Successfully"Documentation Index
Fetch the complete documentation index at: https://appstleinc-aeca3e0a.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
API Key for authentication
Comma-separated list of product IDs to remove from all groups. Use numeric IDs without gid:// prefix.
^\d+(,\d+)*$Comma-separated list of variant IDs to remove from all groups. Use numeric IDs without gid:// prefix.
^\d+(,\d+)*$API Key (Deprecated - Use X-API-Key header instead)
Products/variants successfully removed from all subscription groups
The response is of type string.
curl --request PUT \
--url https://subscription-admin.appstle.com/api/external/v2/subscription-groups/remove-products \
--header 'X-API-Key: <x-api-key>'"Product Deleted Successfully"