API Queries - Delete Suggest

The delete_suggest function deletes a brand. Statistics for the suggest will still be available, but the suggest will be removed from your dashboard.


Additional Parameters

  • keyword - Name of Keyword to delete. (Required)
  • traffic_type - The traffic type, either "desktop", "mobile" or "all". (Required)
  • geo_target - The Geo Target, either "all", "us", "uk", "ca", "au", "nz", "in", "br", "de", "fr", "nl", "it", or "es". (Required)
  • Channel - Suggest (Required)

Example query and response:

Example query:

https://bid.trellian.com/api.html?username=username&password=XXXXX&api_key=XXXXXXXXXX&mode=delete_keyword&channel=suggest
&keyword=1001hobbies&folder=test&geo_target=ALL&traffic_type=ALL

<results>
<result Keyword="1001hobbies" Status="Deleted"/>
</results>

Error Responses:

Possible error responses for this function are:

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