0

I can't seem to find the remove / delete task endpoint in the Asana API.

http://developers.asana.com/documentation/#tasks

Is this functionality available to developers yet? If so, how can I remove a task?

Sheehan Alam
  • 60,111
  • 124
  • 355
  • 556
  • In the meanwhile you can get a similar effect by removing the task from all of its projects. – avital Oct 02 '12 at 05:21

2 Answers2

2

(I work at Asana)

This is not yet supported. We do intend to add this functionality sometime in the near future.

Greg S
  • 2,079
  • 1
  • 11
  • 10
1

There is now a end point for deleting tasks: https://developers.asana.com/docs/delete-a-task

csgillespie
  • 59,189
  • 14
  • 150
  • 185