Function asana::apis::tasks_api::remove_project_for_task[][src]

pub async fn remove_project_for_task(
    configuration: &Configuration,
    task_gid: &str,
    inline_object45: InlineObject45,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse2001, Error<RemoveProjectForTaskError>>

Removes the task from the specified project. The task will still exist in the system, but it will not be in the project anymore. Returns an empty data block.