Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Delete the Translated Value of Multiple Survey Fields in One or More Languages

After survey fields are translated into one or more languages, you can delete the translated values of multiple survey fields. This resource is available in REST API version 48.0 and later.

This URI can only be used for the flow process type Survey.

Note

Syntax

URI: /services/data/vXX.X/localizedvalue/records/delete

Formats: JSON

HTTP methods: POST

Request body JSON example

1[
2  {
3    "developerName": "Flow.Flow.MyFlow.1.Choice.Choice_1_Master.InputLabel",
4    "language": "en_US"
5  },
6  {
7    "developerName": "Flow.Flow.MyFlow.1.Choice.Choice_1_Master.InputLabel",
8    "language": "zh_CN"
9  }
10]

Request parameters

Parameter Description
developerName Required. Developer name of the flow field.
language Required. Language into which the flow field was translated.