delete

fun Collections.delete(id: String, vararg options: Option): JsonObjectApiAction<Collection.DestroyResult>

Permanently delete a Collection owned by the currently authenticated user.

Twitter API reference

Receiver

Collections endpoint instance.

Return

JsonObjectApiAction for Collection.DestroyResult model.

Parameters

id

The identifier of the Collection to destroy.

options

Optional. Custom parameters of this request.