Is the documentation of the response JSON accurate for this function?
Delete Mail Exchanger Record
When I make a request to the following URL endpoint:
The result doesn't include these objects:
"apiversion": 3,
"func": "delete_mx",
"module": "Email",
"result":
The "data" object and everything inside it exists and is valid for the domain being queried, but doesn't have the entries above it (listed above).
Am I looking at the wrong docs for this function?
Delete Mail Exchanger Record
When I make a request to the following URL endpoint:
Code:
/Email/delete_mx?domain=$domain&exchanger=$mx&priority=$priority
"apiversion": 3,
"func": "delete_mx",
"module": "Email",
"result":
The "data" object and everything inside it exists and is valid for the domain being queried, but doesn't have the entries above it (listed above).
Am I looking at the wrong docs for this function?