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

pub async fn remove_follower_for_task(
    configuration: &Configuration,
    task_gid: &str,
    inline_object49: InlineObject49,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse2001, Error<RemoveFollowerForTaskError>>

Removes each of the specified followers from the task if they are following. Returns the complete, updated record for the affected task.