BizKitHub
DocsAPI ReferenceShipping/bff/shipping/free-shipping-rule/{ruleId}
deleteShippingAdmin BFF

/bff/shipping/free-shipping-rule/{ruleId}

Delete free-shipping rule

ShippingdeleteBffShippingFree-shipping-ruleByRuleId

Parameters

1 path

Path parameters

· 1
ruleIdstring | integerRequired

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

DELETE /bff/shipping/free-shipping-rule/{ruleId}

delete
curl -X DELETE "https://api.bizkithub.com/bff/shipping/free-shipping-rule/{ruleId}" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key