-
-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete/Update #35
Comments
Hmmm, I've never had to do that before. Can you check the API documentation and see what the correct method is? |
It's supposed to be invoked like this:
Or delete the record by its id:
Or delete all dns records for a zone:
|
Thanks! I will add some specs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! Thank you for this gem.
Question on DNS record delete syntax...
Tried several options, including this:
zone.dns_records.delete("name" => "ftp", :content_type => "application/json")
And I receive "Method DELETE not available for that URI."
Possible I am doing something obviously wrong.
The text was updated successfully, but these errors were encountered: