Delete promotion record?

I was asked to remove a promotion record for a user.  I'm planning on the code below:

delete from t_promotion
where source_no = xxx
and customer_no = xxx

Is that safe?  Are there side-effects?