DELETE v1/core/accounts/{accId}/otizones/{otiZoneID}/NASClusterCountries/{otiZoneNASClusterCountryID}
Deletes a NASClusterCountries for the given OTIZone
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| accId |
Define this parameter in the request URI. |
|
| otiZoneID |
Define this parameter in the request URI. |
|
| otiZoneNASClusterCountryID |
Define this parameter in the request URI. |
Response Information
The deleted NASClusterCountries record
Response body formats
application/json, text/json
Sample:
{
"Success": true,
"Data": {
"ID": 1,
"NASClusterID": 2,
"CountryCode": "sample string 3"
},
"ErrorCode": 2,
"ErrorDescription": "sample string 3",
"Meta": "sample string 4"
}
text/javascript
Sample:
{"Success":true,"Data":{"ID":1,"NASClusterID":2,"CountryCode":"sample string 3"},"ErrorCode":2,"ErrorDescription":"sample string 3","Meta":"sample string 4"}
application/xml, text/xml
Sample:
<PBNBReturnOfZoneNASClusterCountryCA1DLPoZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pbnb_models">
<Data>
<CountryCode>sample string 3</CountryCode>
<ID>1</ID>
<NASClusterID>2</NASClusterID>
</Data>
<ErrorCode>2</ErrorCode>
<ErrorDescription>sample string 3</ErrorDescription>
<Meta>sample string 4</Meta>
<Success>true</Success>
</PBNBReturnOfZoneNASClusterCountryCA1DLPoZ>
application/bson
Sample:
� Success Data @ ID NASClusterID CountryCode sample string 3 ErrorCode ErrorDescription sample string 3 Meta sample string 4