remove 4 from a vector code example Example: vector erase specific element vector.erase( vector.begin() + 3 ); // Deleting the fourth element