cURL
curl --request DELETE \ --url https://api.production.orderprotection.com/v2/products/{productId}/children/{childId} \ --header 'Authorization: Bearer <token>'
{ "status": "ok" }
Removes a product child
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The product variant has been successfully deleted.
The response is of type object.
object