remove
fun CollectionEntries.remove( id: String, tweetId: Long, vararg options: Option): JsonObjectApiAction<Collection.Entry.Result>
Content copied to clipboard
Remove the specified Tweet from a Collection. Use POST collections/entries/curate to remove Tweets from a Collection in bulk.
Receiver
CollectionEntries endpoint instance.
Return
JsonObjectApiAction for Collection.Entry.Result model.
Parameters
id
The identifier of the target Collection.
tweet Id
The identifier of the Tweet to remove.
options
Optional. Custom parameters of this request.