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)
  • type - Specifies the format of the API response. Set to "json" for a JSON response; otherwise, the response will be in XML. (Optional)

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 (XML):



<results>
<result RON=".aq.05" Status="Deleted"/>
</results>

Response (JSON):



                {
                "results": [ 
                {
                "RON": ".aq.05",
                "Status": "Deleted"
                }
                ]
                }
            

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.