DELETE
/
v2
/
products
/
{productId}
/
children
/
{childId}
curl --request DELETE \
  --url https://api.production.orderprotection.com/v2/products/{productId}/children/{childId} \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

childId
string
required

Response

200
application/json
The product variant has been successfully deleted.
status
string
required
Example:

"ok"