java-asana icon indicating copy to clipboard operation
java-asana copied to clipboard

No way to delete a team via API

Open takraj opened this issue 3 years ago • 0 comments

Hi,

I'm using version 1.0.0 of this library from Maven Central: https://mvnrepository.com/artifact/com.asana/asana/1.0.0 This is the latest version by the time of creating this ticket.

There is no way to delete a team programmatically. Neither such endpoint is presented in the docs, neither such method is available in the client library. However, regular users can delete teams on the Asana web UI.

Please add this feature.

image

https://github.com/Asana/java-asana/blob/d7281b00d29b279e835c0f3f073f1819463e28d9/src/main/java/com/asana/resources/Teams.java

https://github.com/Asana/java-asana/blob/d7281b00d29b279e835c0f3f073f1819463e28d9/src/main/java/com/asana/resources/gen/TeamsBase.java

https://developers.asana.com/docs/teams

takraj avatar Oct 21 '22 21:10 takraj