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