cURL
curl --request DELETE \ --url https://api.example.com/vendor/fulfillment-sets/{id}/service-zones/{zone_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "service_zone", "deleted": true }
Deletes a Service Zone.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the Fulfillment Set.
The ID of the Service Zone.
OK
The ID of the deleted Service Zone.
The type of the object that was deleted.
Whether or not the items were deleted.