Version: 202506
Delete shopping zone
DELETE/openapi/2025-06/shipping-schemas/shipping-zone/:id
Remove an existing shipping zone.
Request
Path Parameters
id stringrequired
ID of the shipping zone to delete
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
object
{
"code": "string",
"message": "string",
"data": {}
}