Deletes a SKU using the merchant's SKU code.
Security
BearerAuth
- Mock serverhttps://hive-merchant-api.redocly.app/_mock/merchant-api-v2/mapi_v2_oas31/skus/by_sku_code
- Production APIhttps://app.hive.app/merchant_api/v2/skus/by_sku_code
- Staging APIhttps://staging.app.hive.app/merchant_api/v2/skus/by_sku_code
curl -i -X DELETE \
'https://hive-merchant-api.redocly.app/_mock/merchant-api-v2/mapi_v2_oas31/skus/by_sku_code?sku_code=string' \
-H 'Authorization: Bearer <YOUR_token_HERE>'