Values.DeleteWhatsAppMessageMediaInputSourceDelete a media object from the WhatsApp service. If the object is still in an Amazon S3 bucket you should delete it from there too.
type nonrec t = {mediaId : WhatsAppMediaId.t;The unique identifier of the media file to delete. Use the mediaId returned from PostWhatsAppMessageMedia.
*)originationPhoneNumberId : WhatsAppPhoneNumberId.t;The unique identifier of the originating phone number associated with the media. Phone number identifiers are formatted as phone-number-id-01234567890123456789012345678901. Use GetLinkedWhatsAppBusinessAccount to find a phone number's id.
*)}val make :
mediaId:WhatsAppMediaId.t ->
originationPhoneNumberId:WhatsAppPhoneNumberId.t ->
unit ->
t