Deletes the named avatar and clears the user's avatar reference. Returns 404 when the filename does not belong to this user.To delete whatever the user currently has without knowing the filename, call DELETE /domains/{domain}/users/{user}/avatar instead.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params
Responses
🟢200Success
Avatar deleted and the user's reference cleared. Empty body.