Version: 202506
Delete province
DELETE/openapi/2025-06/areas/country/:country/province
The Delete Province API allows developers to delete an existing province within a specified country. This endpoint requires the province ID.
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": {}
}