Hi @Ashfaq Pathan ,
If your still have distribution.mdf and distribution.ldf, you can recreate the distribution database from attaching them. Then you can disable again the replication.
If you deleted the distribution database, you also removed the files from the hard drivers and the recycle bin. Please try follow below steps to fix this.
- Create a new distribution database
- Stop SQL Server Services
- Copy/Paste the distribution_new files and rename them as the old distribution files database names
- Start SQL Server Service
- attach the database again
- Disable replication and distribution
Please refer to the blog distribution DB was deleted by mistake to get detail steps information.
If the response is helpful, please click "Accept Answer" and upvote it, as this could help other community members looking for similar queries.