Skip to main content
DELETE
/
accounts
/
profile-image
Delete profile image
curl --request DELETE \
  --url https://api.quiva.ai/accounts/profile-image \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Profile image deleted successfully

message
string