Skip to main content
DELETE
/
v2
/
products
/
{productId}
Delete all product children
curl --request DELETE \
  --url https://api.production.orderprotection.com/v2/products/{productId} \
  --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

productId
string
required

Response

The products have been successfully deleted.

status
string
required
read-only
Example:

"ok"