Skip to main content
DELETE
/
v1
/
profiles
/
{identifier}
/
name
Delete the name and avatar for this profile.
curl --request DELETE \
  --url https://api.clicker.xyz/v1/profiles/{identifier}/name \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

identifier
string
required

Profile UUID or wallet address

Response

No content - successful operation