Newer Version Available

This content describes an older version of this product. View Latest

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 URI can only be used for the flow process type Survey.

Note

Syntax

URI
/services/data/vXX.X/localizedvalue/records/delete
Available since release
48.0
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.
Response body
None