Saltar al contenido principal
DELETE
/
products
/
{productId}
/
variants
/
{variantId}
Eliminar
curl --request DELETE \
  --url https://sandbox.api.riqra.com/products/{productId}/variants/{variantId} \
  --header 'api-key: <api-key>'

Authorizations

api-key
string
header
required

Todas las llamadas al API tienen que contener este header junto a la clave para poder autenticar y autorizar al cliente.

Path Parameters

productId
integer
required
variantId
integer
required

Response

No Content