Version: 202607
Delete province
DELETE/openapi/2026-07/areas/country/:country/province
Delete a province under the specified country or region.
Request
Path Parameters
country stringrequired
Province ID
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
object
{
"code": "string",
"message": "string",
"data": {}
}