Admin api products
Delete product variant
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*integer
Id of the product variant
Response Body
application/json
curl -X DELETE "https://oasis-api.public.sandbox.oasis.aifi.com/api/admin/v2/products/variants/0"Empty
Empty
{
"message": "Invalid request body",
"type": "E_INVALID_BODY",
"errors": [
{
"error": "\"email\" is required",
"rule": "any.required",
"field": "\"email\""
}
]
}How is this guide?