post_destroy: Delete status of user's Twitter account

Description Usage Arguments References Examples

View source: R/post_destroy.R

Description

Deletes a status of user's profile.

Usage

1
post_destroy(destroy_id, token = NULL)

Arguments

destroy_id

To delete a status, supply the single status ID here. If a character string is supplied, overriding the default (NULL), then a destroy request is made (and the status text and media attachments) are irrelevant.

token

Expert use only. Use this to override authentication for a single API call. In most cases you are better off changing the default for all calls. See auth_as() for details.

References

https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-destroy-id

Examples

1
2
3
4
5
6
## Not run: 
pt <- post_tweet()
crt <- httr::content(pt)
post_destroy(crt$id_str)

## End(Not run)

mkearney/rtweet documentation built on Sept. 29, 2021, 12:01 p.m.