{
"id": "<string>",
"object": "<string>",
"deleted": true
}
Deletes a product variant by id for the authenticated vendor.
{
"id": "<string>",
"object": "<string>",
"deleted": true
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the Product.
The ID of the Variant.
OK
The response is of type object
.