Customer Support
Trillion Direct Search Network
API Manual
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:
- 412 - Keyword is a required argument for this mode.
- 412 - Traffic Type is a required argument for this mode.
- 412 - Geo Target is a required argument for this mode.
- 420 - Keyword not found.
- 421 - Keyword may only contain letters, digits and spaces.
- 421 - Traffic Type may only be "all","mobile","desktop".
- 429 - Geo Target is invalid.
- Other general errors, such as 200 - Internal Error or 300 - Username or password invalid.
For a complete list of error responses, see the Error Codes manual page.