Description Usage Arguments Examples
This function can be used to delete a post.
1  | ig_delete_media(media_id, verbose = FALSE)
 | 
media_id | 
 numeric; the unique id to identify a post which can be 
found in the   | 
verbose | 
 logical; do you want informative messages?  | 
1 2  | last_post_media_id <- ig_my_timeline(paginate = FALSE)$id[1]
deletion_result <- ig_delete_media(last_post_media_id)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.