Closed j3k0 closed 2 years ago
Delete the users' avatar picture from the database.
Delete the users' avatar picture from the database (alternative to the DELETE endpoint for platforms that don't support properly this http verb).
DELETE
/avatars/v1/auth/:token/pictures [DELETE]
Delete the users' avatar picture from the database.
/avatars/v1/auth/:token/pictures/delete [POST]
Delete the users' avatar picture from the database (alternative to the
DELETE
endpoint for platforms that don't support properly this http verb).