Permanently removes a Build-A-Box subscription bundle from your shop. This operation is irreversible and will prevent new customers from subscribing to this bundle. However, existing subscriptions using this bundle will remain active.
Important Deletion Rules:
Deletion Workflow:
1. Request deletion of bundle with ID
2. System checks for shop ownership
3. System counts active subscriptions using this bundle
4. If subscriptions exist → Returns error with subscription count
5. If no subscriptions → Deletes bundle permanently
6. Returns success (204 No Content)
When Deletion is Blocked: The system will prevent deletion and return a 400 error if:
Recommended Workflow for Active Bundles: If you want to stop offering a bundle that has active subscribers:
active: false (this prevents new subscriptions)Use Cases:
Best Practices:
What Happens After Deletion:
Error Prevention: Before attempting deletion, you can:
Authentication: Requires valid X-API-Key header or api_key parameter (deprecated)
curl --request DELETE \
--url https://subscription-admin.appstle.com/api/external/v2/build-a-box/{id}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.
curl --request DELETE \
--url https://subscription-admin.appstle.com/api/external/v2/build-a-box/{id}