remove

fun CollectionEntries.remove(    id: String,     tweetId: Long,     vararg options: Option): JsonObjectApiAction<Collection.Entry.Result>

Remove the specified Tweet from a Collection. Use POST collections/entries/curate to remove Tweets from a Collection in bulk.

Twitter API reference

Receiver

CollectionEntries endpoint instance.

Return

JsonObjectApiAction for Collection.Entry.Result model.

Parameters

id

The identifier of the target Collection.

tweetId

The identifier of the Tweet to remove.

options

Optional. Custom parameters of this request.