twtr_blocks_destroy: POST blocks/destroy

Description Usage Arguments See Also

View source: R/blocks_destroy.R

Description

POST blocks/destroy

Usage

1
2
twtr_blocks_destroy(screen_name = NULL, user_id = NULL,
  include_entities = NULL, skip_status = NULL, ...)

Arguments

screen_name

The screen name of the potentially blocked user. Helpful for disambiguating when a valid screen name is also a user ID. Example Values: noradio

user_id

The ID of the potentially blocked user. Helpful for disambiguating when a valid user ID is also a valid screen name. Example Values: 12345

include_entities

The entities node will not be included when set to false. Example Values: false

skip_status

When set to either true, t or 1 statuses will not be included in the returned user objects.

See Also

https://dev.twitter.com/rest/reference/post/blocks/destroy


yutannihilation/twihttr documentation built on May 4, 2019, 7:46 p.m.