API Queries - Delete Folder

The delete_folder function deletes a folder. All keywords must be removed from a folder before it can be deleted.


Additional Parameters

  • folder - Folder to be deleted. Does not accept multiple folders. (Required)

Example query and response:

In this example, we will be deleting the folder "Credit Cards".

Example query:

http://bid.trellian.com/api.html?username=user&password=pass&api_key=key&mode=delete_folder
&folder=Credit%20Cards

Response:

<results>
<result Status="Deleted"/>
</results>

The above response means that the folder 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.