delete

fun SavedSearches.delete(id: Long, vararg options: Option): JsonObjectApiAction<SavedSearch>

Destroys a saved search for the authenticating user. The authenticating user must be the owner of saved search id being destroyed.

Twitter API reference

Receiver

SavedSearches endpoint instance.

Return

JsonObjectApiAction for SavedSearch model.

Parameters

id

The ID of the saved search.

options

Optional. Custom parameters of this request.