Listflock API

todos/remove


Spec

Auth

User

Lists

Todos

Remove a todo item.

Request url

http://listflock.com/api-0.1/todos/remove/


Parameters

api_key (Required) : The api key of your application.
sk (Required) : 32 character string returned through the authentication process.
api_sig (Required) : Signature for the request as described in the authentication spec.
todo_id (Required) : The id of the todo item to be removed.

This request must be be made using HTTP POST.

Auth

This request does require authentication

Sample Response

<api status="ok">
</api>

Errors