cURL
curl --request DELETE \ --url https://api.quiva.ai/accounts/profile-image \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Deletes the user’s profile image
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Profile image deleted successfully