Delete Registration
pinpointsmsvoicev2_delete_registration | R Documentation |
Permanently delete an existing registration from your account¶
Description¶
Permanently delete an existing registration from your account.
Usage¶
Arguments¶
RegistrationId
[required] The unique identifier for the registration.
Value¶
A list with the following syntax:
list(
RegistrationArn = "string",
RegistrationId = "string",
RegistrationType = "string",
RegistrationStatus = "CREATED"|"SUBMITTED"|"REVIEWING"|"PROVISIONING"|"COMPLETE"|"REQUIRES_UPDATES"|"CLOSED"|"DELETED",
CurrentVersionNumber = 123,
ApprovedVersionNumber = 123,
LatestDeniedVersionNumber = 123,
AdditionalAttributes = list(
"string"
),
CreatedTimestamp = as.POSIXct(
"2015-01-01"
)
)