Skip to main content

Delete Product Variant

DELETE 

/commerce/products/:productId/variants/:variantId

Request

Path Parameters

    productId stringrequired

    The ID of the product you want to get the product variants for.

    variantId stringrequired

    The ID of the variant you want to delete.

Query Parameters

    credentialId stringrequired

    The ID of the credential.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    message string
Loading...