removeProfileBanner

fun Account.removeProfileBanner(vararg options: Option): EmptyApiAction

Removes the uploaded profile banner for the authenticating user. Returns HTTP 200 upon success.

Twitter API reference

Receiver

Account endpoint instance.

Return

EmptyApiAction.

Parameters

options

Optional. Custom parameters of this request.


val Account.removeProfileBanner: EmptyApiAction

Shorthand property to Account.removeProfileBanner.

See also