DanSchmidt,
You could add a delete button to that screen.
I'm not exactly sure what your screen looks like but if you have a grid of CC tranasctions with a select button you have 2 options, add a Delete link straight to the grid (Read This), or add a Delete button(Essentially just one action Delete record from table and you can use value from session current screen active record id, which will use the selected record) to the screen.
-Michael