Vincent is here! Just say the word, and Vincent will build the campaigns for you! Get early access.
curl --request DELETE \
--url https://{cluster}.voucherify.io/v1/products/{productId}/skus/{skuId} \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'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.
curl --request DELETE \
--url https://{cluster}.voucherify.io/v1/products/{productId}/skus/{skuId} \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'Documentation Index
Fetch the complete documentation index at: https://docs.voucherify.io/llms.txt
Use this file to discover all available pages before exploring further.
If this flag is set to true, the SKU will be removed permanently. If it is set to false or not set at all, the SKU will be moved to the bin. Going forward, the user will be able to create another SKU with exactly the same source_id.
Returns no content if deletion is successful.
Was this page helpful?