cURL
curl --request DELETE \ --url https://{cluster}.voucherify.io/v1/products/{productId} \ --header 'Authorization: Bearer <token>' \ --header 'X-App-Id: <api-key>' \ --header 'X-App-Token: <api-key>'
This response does not have an example.
Deletes a product and all related SKUs. This operation cannot be undone.
If the force parameter is set to false or not set at all, the product and all related SKUs will be moved to the bin.
force
false
Was this page helpful?