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
TesterInSkyTesterInSky 

why delete() call has an AllowFieldTruncation header in v15 pre-release?

I noticed that, for delete call, there is a AllowFieldTruncation header defined in WSDL. But when checking the API document, the delete call is not in the API Calls list when describing the AllowFieldTruncation header.

 

So I wonder is there something wrong with the document or the 15 pre-release API? Will this header be appeared on delete call in the v15 final version? If it will, then how could I use this header with delete?

 

I noticed that Salesforce provides ID whose length is 15 but not 18. Does this header on delete call has something to do with this?