Admin API
cURL
curl --request DELETE \ --url https://api.juo.io/admin/v1/products/{productId}/variants/{variantId}/plans \ --header 'Content-Type: application/json' \ --header 'X-Juo-Admin-Api-Key: <api-key>' \ --data ' { "planId": "<string>" } '
{ "planId": "<string>", "removed": true }
Used to remove a product variant from a subscription plan.
Unique identifier of the tenant in the system (usually a store identifier)
The product identifier
1
The variant identifier
The subscription plan identifier
Default Response
true