v1
latestOpenAPI 3.1.12026-07-17111158225.7 KBsecondary dns
Unlink a primary server from a secondary zone
Unlink the primary server from a secondary zone.
put/{account}/secondary_dns/primaries/{primaryserver}/unlink
Path parameters
accountinteger required
The account id
primaryserverinteger required
The primary server id
Response
Primary Server unlinked.
Example response
{
"data": {
"id": 1,
"account_id": 2020,
"name": "Primary Server",
"ip": "1.1.1.1",
"port": 4567,
"linked_secondary_zones": [
"example.com"
],
"created_at": "2016-08-11T10:16:03Z",
"updated_at": "2016-08-11T10:16:03Z"
}
}