delete
fun SavedSearches.delete(id: Long, vararg options: Option): JsonObjectApiAction<SavedSearch>
Content copied to clipboard
Destroys a saved search for the authenticating user. The authenticating user must be the owner of saved search id being destroyed.
Receiver
SavedSearches endpoint instance.
Return
JsonObjectApiAction for SavedSearch model.
Parameters
id
The ID of the saved search.
options
Optional. Custom parameters of this request.