This commit is contained in:
peter 2022-02-08 13:33:43 +01:00
parent af5c36e4ad
commit 9fb89d7fd2
1 changed files with 0 additions and 3 deletions

View File

@ -82,11 +82,8 @@ dns_curanet_rm() {
fi
recordid=$(echo "$response" | _egrep_o "{\"id\":[0-9]+,\"name\":\"$fulldomain\"" | _egrep_o "id\":[0-9]+" | cut -c 5-)
_debug "Deleting recordID $recordid"
response="$(_post "" "$CURANET_REST_URL/${_domain}/Records/$recordid" "" "DELETE")"
return 0;
}