DELETE
Delete Product
Permanently deletes an existing SKU by its ID. Once deleted, the SKU cannot be retrieved or used in AR experiences.
Warning
Deleting a SKU permanently removes its AR configuration and metadata. This action cannot be reversed.
Parameters
skuIdstring
Unique SKU identifier (_id) of the product to delete. Returns 404 if the SKU does not exist.
DELETE/skus/{skuId}
curl -X DELETE "https://api.pixelbin.io/service/platform/misc/v2.0/skus/{skuId}" \
-H "Authorization: Bearer {apitoken}"
Response
No example available.