Basecamp Project Todolist Delete
This handler allows you to delete a todolist for Basecamp.
Downloads
By downloading this file, you acknowledge that you agree to our Terms of Service
basecamp_project_todolist_delete_v1.zip
This handler requires that you are running at least Kinetic Task 2.0.
Detailed Description
This handler allows you to delete a todo list for a project in basecamp. An exception will be raised if there is not exactly one project for the given project name. For the todo lists already in that project, an exception will be raised if there is no existing todo list for the given todolist name.
Getting your User Id Number
1. In a browser, login to your account.
2. In the URL, your user id comes right after the host name.
Parameters
Name | Description |
---|---|
Project Name | The name of the project you wish to delete the todolist from. |
Todolist Name | The name of the todo list you wish to delete. |
Sample Configuration
Parameter | Example Configuration |
---|---|
Project Name | Example Project |
Todolist Name | Important Todolist |
Results
This handler returns no results.
An exception is raised if there is not exactly one project with the given project name with exactly one todolist with the given todolist name.
Change Log
Version | Date | Description |
---|---|---|
1 | 2013-06-20 | Initial Version |