Release Sender Id
pinpointsmsvoicev2_release_sender_id | R Documentation |
Releases an existing sender ID in your account¶
Description¶
Releases an existing sender ID in your account.
Usage¶
Arguments¶
SenderId
[required] The sender ID to release.
IsoCountryCode
[required] The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
Value¶
A list with the following syntax:
list(
SenderIdArn = "string",
SenderId = "string",
IsoCountryCode = "string",
MessageTypes = list(
"TRANSACTIONAL"|"PROMOTIONAL"
),
MonthlyLeasingPrice = "string",
Registered = TRUE|FALSE,
RegistrationId = "string"
)