Login to your account OR sign up for an account!

The Wipee List API

Access and use WL from anywhere.

Delete Task - API home

Description - Use this method to delete a task using the task ID.

Arguments -

  • username - the username you want to use.
  • password - the password of the user (encoded).
  • id - the ID of the task.

Example Call -

http://requests.wipeelist.com/v1/delete/?username=Joey&password=PASSWORD&id=137

Example Response -

<response>
    <status>Success</status>
    <statuscode>200</statuscode>
    <statusmessage>N/A</statusmessage>
    <responsemessage>Updated</responsemessage>
</response>