Skip to main content
DELETE
/
api
/
v1
/
auth
/
avatar
Delete Avatar
curl --request DELETE \
  --url https://api.example.com/api/v1/auth/avatar

Delete Avatar

Remove the authenticated user’s profile avatar image.

Authentication

Requires a valid user JWT token.

Example

curl -X DELETE https://api.ama2.me/api/v1/auth/avatar \
  -H "Authorization: Bearer YOUR_JWT_TOKEN"
{
  "status": "ok"
}