Ayuda de la API de MediaWiki

Esta es una página de documentación autogenerada de la API de MediaWiki.

Documentación y ejemplos: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=removeavatar

(main | removeavatar)
  • Este módulo requiere permisos de lectura.
  • Este módulo requiere permisos de escritura.
  • Este módulo solo acepta solicitudes POST.
  • Fuente: SocialProfile
  • Licencia: desconocida

Remove an avatar, either yours or if you're privileged, also that of another user.

Parámetros específicos:
Other general parameters are available.
user

Name of the user whose avatar to remove.

Este parámetro es obligatorio.
Tipo: usuario, por nombre de usuario
reason

Optional reason as to why you're removing someone else's avatar.

token

A "csrf" token retrieved from action=query&meta=tokens

Este parámetro es obligatorio.
Ejemplos:
Remove the avatar of the user named "Ashley"
api.php?action=removeavatar&user=Ashley&token=123ABC [abrir en la zona de pruebas]
Remove the avatar of the user named "Elektra" with "Blatant copyvio" as the deletion reason
api.php?action=removeavatar&user=Elektra&token=123ABC&reason=Blatant copyvio [abrir en la zona de pruebas]