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¶
pinpointsmsvoicev2_delete_registration_field_value(RegistrationId,
FieldPath)
Arguments¶
RegistrationId |
[required] The unique identifier for the registration. |
FieldPath |
[required] The path to the registration form field. You can use
|
Value¶
A list with the following syntax:
list(
RegistrationArn = "string",
RegistrationId = "string",
VersionNumber = 123,
FieldPath = "string",
SelectChoices = list(
"string"
),
TextValue = "string",
RegistrationAttachmentId = "string"
)
Request syntax¶
svc$delete_registration_field_value(
RegistrationId = "string",
FieldPath = "string"
)