When I'm trying to delete Custom Objects and Custom Fields via metadata Api with deleteMetadata(), they not fully deleting, but moving to Deleted Objects or Deleted Fields. Is there any way to mass erase they NOT using destructiveChandes with purgeOnDelete?
MetadataConnection connection = MetadataLoginUtil.login(); // like example on SFDC
DeleteResult[] results = connection.deleteMetadata("CustomObject", "COName");
and so on...