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&password=pass&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:

For a complete list of error responses, see the Error Codes manual page.