Customer Support
Trillion Direct Search Network
API Manual
API Queries - Delete RON
The delete_ron function deletes a RON. Statistics for the RON will still be available, but the RON will be removed from your dashboard.
Additional Parameter
- ron - Name of the RON campaign. (Required)
Example query and response:
In this example, we will be deleting the RON ".aq.05".
Example query:
http://bid.trellian.com/api.html?username=user&api_key=key&mode=delete_ron
&ron=.aq.05
Response:
<results> <result RON=".aq.05" Status="Deleted"/> </results>
The above response means that the RON was successfully deleted from the system.
Error Responses:
Possible error responses for this function are:
- 423 - This is not a valid RON name.
- 421 - RON may only contain letters, digits and periods.
- 412 - RON is a required argument for this mode.
- 420 - RON not found.
- Other general errors, such as 200 - Internal Error or 300 - Username or API Key invalid.
For a complete list of error responses, see the Error Codes manual page.