Permanently deletes a product swap automation configuration. Once deleted, the swap will no longer be applied to any subscription orders. Existing subscriptions that have already had products swapped are not affected.
Deletion Behavior:
Impact on Subscriptions:
When to Delete:
Important Notes:
Best Practices:
Authentication: Requires valid X-API-Key header
curl --request DELETE \
--url https://subscription-admin.appstle.com/api/external/v2/product-swaps/{id}{
"type": "https://example.com/errors/bad-request",
"title": "Invalid id",
"status": 400,
"detail": "Product swap does not belong to this shop or ID is invalid"
}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.
curl --request DELETE \
--url https://subscription-admin.appstle.com/api/external/v2/product-swaps/{id}{
"type": "https://example.com/errors/bad-request",
"title": "Invalid id",
"status": 400,
"detail": "Product swap does not belong to this shop or ID is invalid"
}