Auth
Remove current user profile avatar
DELETE
/auth/profile/avatarAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
curl -X DELETE "https://example.com/auth/profile/avatar"{ "$schema": "https://example.com/api/v1/schemas/RemoveAvatarOutputBody.json", "removed": true}