AsanaDeleteTaskOperator
AsanaThis operator can be used to delete Asana tasks.
Access Instructions
Install the Asana provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
conn_idRequiredThe Asana connection to use.
asana_task_gidRequiredAsana Task ID to delete.
Documentation
This operator can be used to delete Asana tasks.
See also
For more information on how to use this operator, take a look at the guide: AsanaDeleteTaskOperator