Function asana::apis::projects_api::delete_project[][src]

pub async fn delete_project(
    configuration: &Configuration,
    project_gid: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse2001, Error<DeleteProjectError>>

A specific, existing project can be deleted by making a DELETE request on the URL for that project. Returns an empty data record.