delete
https://{subdomain}.myshoplaza.com/openapi/2025-06/areas/country//province
The Delete Province API allows developers to delete an existing province within a specified country. This endpoint requires the province ID.
Public Request Parameters
Path Parameters
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
country | string | Yes | Unique identifier for the province |
Response Description
Public Response Fields
Success Response
| Field | Type | Example | Description |
|---|---|---|---|
code | string | "success" | Status code of the response |
message | string | Descriptive message of the response |
Error Response
| Field | Type | Example | Description |
|---|---|---|---|
code | string | InvalidParameter | Error http message |
message | string | `` | Error message |
