Delete Registration Field Value
pinpointsmsvoicev2_delete_registration_field_value | R Documentation |
Delete the value in a registration form field¶
Description¶
Delete the value in a registration form field.
Usage¶
Arguments¶
RegistrationId
[required] The unique identifier for the registration.
FieldPath
[required] The path to the registration form field. You can use
describe_registration_field_definitions
for a list of FieldPaths.
Value¶
A list with the following syntax:
list(
RegistrationArn = "string",
RegistrationId = "string",
VersionNumber = 123,
FieldPath = "string",
SelectChoices = list(
"string"
),
TextValue = "string",
RegistrationAttachmentId = "string"
)