Apache CloudStack 4.23.0.0 Root Admin API Reference
deleteDnsServer
Removes a DNS server integration
Request parameters
| Parameter Name | Description | Required |
| id | the ID of the DNS server | true |
| cleanup | If true, all associated DNS zones will be cleaned up when the server is removed. Default: true | false |
| unmanage | If true, the DNS zone is only removed from CloudStack (unmanaged); if false, it is removed from both CloudStack and the DNS provider. Default: false | false |
Response Tags
| Response Name | Description |
| displaytext | Any text associated with the success or failure |
| success | True if operation is executed successfully |