Remove products or variants from ALL subscription groups
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.
Full behavior, validation rules, and side effects
⚠️ WARNING: This operation:
- Affects ALL subscription groups in your store
- Cannot be easily undone
- Processes synchronously (may timeout for stores with many groups)
- Does NOT affect existing active subscriptions
Use Cases:
- Discontinuing products from all subscription offerings
- Removing seasonal items from all groups
- Cleaning up deleted products from subscription groups
- Compliance-driven product removals
Important Considerations:
- Each group is updated individually
- If any group update fails, previous groups remain updated
- Large operations may take significant time
- Consider using individual group removal for better control
Authentication: Requires valid X-API-Key header
Documentation Index
Fetch the complete documentation index at: https://developers.appstle.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
API Key for authentication
Query Parameters
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)
Response
Products/variants successfully removed from all subscription groups
The response is of type string.