I have 5 tables which are
Users
-id
-influencer_id
Influencers
-id
Categories
-catogory_id
-influencer_id
platforms
-influencer_id
-platform_id
tasks
-influencer_id
-task_id
I want to delete an influencer and also delete all records at once. How to do that?