j3k0 / ganomede-avatars

Ganomede user's avatars
0 stars 0 forks source link

Add an endpoint to delete an avatar #22

Closed j3k0 closed 2 years ago

j3k0 commented 2 years ago

/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).