From my understanding, ON DELETE applies to the add constraint statement, so it looks like an FP. The rule does not seem to make a difference between the DELETE statement and ON DELETE.
To make sure we cover all the scenarios could tell me the following:
Does it apply only to foreign key constraints?
Can you add a similar constraint with ON DELETE in a CREATE TABLE statement?