Light Mode
Delete Shipping Zone
DELETE
/shipping/zones/{zone_id}Last modified: 2 months ago
This endpoint allows you to delete a specific Custom Shipping Zone, by passing the zone_id
as a path parameter.
Request
Path Params
zone_id
integer
required
Zone ID
Request samples
Responses
Deleted Successfully(200)
Deleted Successfully
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
status
number
optional
Response Status Code
Example:
200
success
boolean
optional
Whether or not the response is successful
Default:
true
data
object | null
optional
Example
{
"status": 200,
"success": true,
"data": null
}
Last modified: 2 months ago