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
Documentation IndexFetch the complete documentation index at: https://docs.orderprotection.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.orderprotection.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The product variant has been successfully deleted.
"ok"