Skip to main content
DELETE
Clear variant items
This wipes every license key on the variant, permanently. There is no undo and no way to recover the keys afterwards - keep your own copy before calling it.On a variant using Calculated stock, this also drops its stock to zero, so the product stops selling immediately.

Authorizations

Authorization
string
header
required

Your API key goes here

Path Parameters

storeId
string<uuid>
required

The store's unique identifier.

productId
string<uuid>
required

The product's unique identifier.

variantId
string<uuid>
required

The variant's unique identifier.

Response

200 - application/json

The operation was successfully completed.

Represents a default generic response for API endpoints.

success
boolean
required

Indicates whether the operation or response was successful.

message
string | null

A descriptive message providing additional context or information about the response.

code
string | null

The error code (if there was an error) to use when referencing the error

data
any | null

Represents the data associated with a response.

Last modified on August 2, 2026