function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Chandrashekhar GoudChandrashekhar Goud 

Is there any way to retrieve deleted components from salesforce org using Metadata API ?

How to retrieve deleted components from salesforce org using Any API ?
Khan AnasKhan Anas (Salesforce Developers) 
Hi Chandrashekhar,

Greetings to you!

Please refer to the below links which might help you further with the above requirement.

https://developer.salesforce.com/docs/atlas.en-us.packagingGuide.meta/packagingGuide/packaging_managed_component_deletion.htm

https://salesforce.stackexchange.com/questions/128957/cannot-undelete-package-components-despite-info-saying-you-can

https://salesforce.stackexchange.com/questions/138077/it-is-possible-to-undelete-sobject-and-other-metadata-using-api

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas
Chandrashekhar GoudChandrashekhar Goud
Hey khan ,
 
    Thank you for your information.
    The links are showing how to delete/undelete components using API. Actually the requirement is how to retrieve deleted components from salesforce org using any API.