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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.quiva.ai/llms.txt

Use this file to discover all available pages before exploring further.

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