Skip to main content

Remove My Avatar

Remove the avatar of the authenticated user. If no avatar is set a shortcut of the name of the user will be presented.

Responses

A successful response.


Schema
  • details object
  • sequence uint64

    on read: the sequence of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

  • creationDate date-time

    on read: the timestamp of the first event of the object

    on create: the timestamp of the event(s) added by the manipulation

  • changeDate date-time

    on read: the timestamp of the last event reduced by the projection

    on manipulation: the

  • resourceOwner resource_owner is the organization an object belongs to
DELETE /users/me/avatar

Authorization

type: oauth2flow: authorizationCodescopes: openid

Request

Base URL
https://$ZITADEL_DOMAIN/auth/v1
Bearer Token
Accept
curl -L -X DELETE 'https://$ZITADEL_DOMAIN/auth/v1/users/me/avatar' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'