cURL
curl --request DELETE \ --url https://api.clicker.xyz/v1/profiles/{identifier}/name \ --header 'Authorization: Bearer <token>'
{ "error": "<string>" }
Deletes the name and avatar for this profile.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Profile UUID or wallet address
No content - successful operation