Skip to main content
DELETE
/
api
/
v1
/
hub
/
shop
/
{shopId}
/
shipping
/
regions
/
{id}
Delete Shipping Region
curl --request DELETE \
  --url https://api.sabivendor.com/api/v1/hub/shop/{shopId}/shipping/regions/{id} \
  --header 'X-Shop-API-Key: <x-shop-api-key>'
{
  "status": "success",
  "message": "Shipping region rate deleted successfully"
}
Removes a shipping region rate configuration.

Authorizations

X-Shop-API-Key
string
required
Your Secret API Key (sk_live_... or sk_test_...) generated from the Developer dashboard. Must be kept secret.

Path Parameters

shopId
string
required
The unique UUID of the shop.
id
number
required
The unique ID of the shipping region rate.
{
  "status": "success",
  "message": "Shipping region rate deleted successfully"
}