[lightMode]
Delete Shipping Zone
DELETE
/shipping/zones/{zone_id}[updatedIn] 2 months ago
This endpoint allows you to delete a specific Custom Shipping Zone, by passing the zone_id
as a path parameter.
Request
[message.pathParameter]
zone_id
integer
required
Zone ID
Request samples
[api.label.responses]
Deleted Successfully(200)
Deleted Successfully
HTTP Code: 200
Content Type : JSONapplication/json
[response.label.jsonSchema]
status
number
optional
Response Status Code
Example:
200
success
boolean
optional
Whether or not the response is successful
Default:
true
data
object | null
optional
[api.label.example]
{
"status": 200,
"success": true,
"data": null
}
[updatedIn] 2 months ago