Skip to main content

UserAvatarDelete Object

Deletes a user avatar. Only for staff members.

Requires the AUTHENTICATED_STAFF_USERpermission.
type UserAvatarDelete {
user: User
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}

Fields

user ● User

An updated user instance.

errors ● [AccountError!]!

Show deprecated

Returned By

userAvatarDelete mutation