pub async fn delete_staff(
    configuration: &Configuration,
    staff_uuid: &str,
    soft_delete: Option<bool>,
    x_access_token: Option<&str>,
    x_secret_token: Option<&str>,
    authorization: Option<&str>,
    ehelply_active_participant: Option<&str>,
    ehelply_project: Option<&str>,
    ehelply_data: Option<&str>
) -> Result<Value, Error<DeleteStaffError>>
Expand description

Deletes the staff member with the given ID and returns True if successful