Delete Registration Attachment
pinpointsmsvoicev2_delete_registration_attachment | R Documentation |
Permanently delete the specified registration attachment¶
Description¶
Permanently delete the specified registration attachment.
Usage¶
pinpointsmsvoicev2_delete_registration_attachment(
RegistrationAttachmentId)
Arguments¶
RegistrationAttachmentId |
[required] The unique identifier for the registration attachment. |
Value¶
A list with the following syntax:
list(
RegistrationAttachmentArn = "string",
RegistrationAttachmentId = "string",
AttachmentStatus = "UPLOAD_IN_PROGRESS"|"UPLOAD_COMPLETE"|"UPLOAD_FAILED"|"DELETED",
AttachmentUploadErrorReason = "INTERNAL_ERROR",
CreatedTimestamp = as.POSIXct(
"2015-01-01"
)
)
Request syntax¶
svc$delete_registration_attachment(
RegistrationAttachmentId = "string"
)