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

Documentation Index

Fetch the complete documentation index at: https://docs.orderprotection.com/llms.txt

Use this file to discover all available pages before exploring further.

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

The product variant has been successfully deleted.

status
string
required
read-only
Example:

"ok"