Skip to content

cannot delete an MX record #123

Answered by trizz
samelung asked this question in Q&A
Discussion options

You must be logged in to vote

At this moment, it isn't possible to do a find('@'), you need to use $zone->find('test.com', RecordType::MX)->delete();. You could also use $zone->get(RecordType::MX) to get all MX records.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by trizz
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #122 on December 13, 2022 10:02.