cURL
curl --request DELETE \ --url https://services.pref.rio/rmi/v1/avatars/{id} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>" }
Exclui um avatar de foto de perfil (exclusão suave, somente administradores)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID do avatar
Avatar excluído com sucesso