Delete a foreign key constraint when you want to remove the requirement to enforce referential integrity.
How?
Delete a relationship when you no longer want to relate columns in two related tables. When you redesign tables, it is often necessary to delete relationships and then recreate them after your new design is complete. For example, if you decide to normalize a database and store all address data in one table, you would delete all the relationships to address
columns between existing tables, create a new table containing the address
columns, and then create relationships from the new address
table to every table that requires an address.
Note When you delete a relationship, the relationship line is removed from every diagram in which it appears. It is deleted from the database when you save the database diagram or when you save either of the tables that it related.
Note Deleting a relationship from a database diagram marks the related tables as modified in all database diagrams in which they appear.