Salesforce Platform Developer I (legacy) — Question 53

What can be used to delete components from production?

Answer options

Correct answer: C

Explanation

The correct answer is C because using an ant migration tool with a destructiveChanges XML file and an empty package.xml file allows for the removal of components without affecting other configurations. Options A and B are incorrect as they pertain to change set deployments, which do not support deletion in the same way. Option D is also incorrect because it requires components to be specified in the package.xml file, which contradicts the requirement for an empty package.xml.