ddarek2000
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
4 deletions
-
dnsapi/dns_hover.sh
|
|
@ -127,6 +127,7 @@ dns_hover_rm() { |
|
|
_err "Can not get record id to remove." |
|
|
_err "Can not get record id to remove." |
|
|
return 1 |
|
|
return 1 |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
# Delete the record |
|
|
# Delete the record |
|
|
if ! _cf_rest DELETE "domains/$_domain_id/dns/$record_id"; then |
|
|
if ! _cf_rest DELETE "domains/$_domain_id/dns/$record_id"; then |
|
|
_err "Delete record error in call." |
|
|
_err "Delete record error in call." |
|
|
|