CZECHIA-COM
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
dnsapi/dns_czechia.sh
|
|
@ -93,7 +93,6 @@ dns_czechia_rm() { |
|
|
|
|
|
|
|
|
export _H1="Content-Type: application/json" |
|
|
export _H1="Content-Type: application/json" |
|
|
export _H2="AuthorizationToken: $_tk" |
|
|
export _H2="AuthorizationToken: $_tk" |
|
|
|
|
|
|
|
|
_res="$(_post "$_body" "$_url" "" "DELETE")" |
|
|
_res="$(_post "$_body" "$_url" "" "DELETE")" |
|
|
_debug2 "Response: $_res" |
|
|
_debug2 "Response: $_res" |
|
|
return 0 |
|
|
return 0 |
|
|
|