cURL
curl --request DELETE \ --url https://api.example.com/vendor/products/{id}/variants/{variant_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "<string>", "deleted": true }
Deletes a product variant by id for the authenticated vendor.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the Product.
The ID of the Variant.
OK
The ID of the deleted Product variant
The type of the object that was deleted
Whether or not the items were deleted