Index: bp-activity.php
===================================================================
--- bp-activity.php	(revision 3577)
+++ bp-activity.php	(working copy)
@@ -367,6 +367,8 @@
 	else
 		bp_core_add_message( __( 'There was an error when deleting that activity', 'buddypress' ), 'error' );
 
+	do_action( 'bp_activity_action_deleted_activity', $activity_id );
+
 	bp_core_redirect( wp_get_referer() );
 }
 add_action( 'wp', 'bp_activity_action_delete_activity', 3 );
@@ -830,6 +832,8 @@
 
 	$args = wp_parse_args( $args, $defaults );
 
+	do_action( 'bp_before_activity_delete', $args );
+
 	if ( !$activity_ids_deleted = BP_Activity_Activity::delete( $args ) )
 		return false;
 
@@ -1212,4 +1216,4 @@
 add_action( 'bp_loaded', 'bp_register_activity_actions', 8 );
 
 
-?>
\ No newline at end of file
+?>
