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