Skip to main content
DELETE
/
api
/
v1
/
variants
/
{variant_id}
Delete Variant
curl --request DELETE \
  --url https://api.launchmystore.io/api/v1/variants/{variant_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Variant deleted successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs.launchmystore.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

variant_id
string
required
The variant ID to delete

Response

{
  "success": true,
  "message": "Variant deleted successfully"
}
A product must have at least one variant. You cannot delete the last remaining variant.