pub async fn delete_project_status(
    configuration: &Configuration,
    project_status_gid: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse2001, Error<DeleteProjectStatusError>>
Expand description

Deletes a specific, existing project status update. Returns an empty data record.