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>'
{
  "id": "<string>",
  "name": "<string>",
  "images": {
    "raw": "<string>",
    "xs": "<string>",
    "sm": "<string>"
  },
  "addresses": [
    "<string>"
  ],
  "metadata": {
    "farcasterUsername": "<string>",
    "farcasterId": 123,
    "lensHandle": "<string>",
    "ensName": "<string>",
    "twitterHandle": "<string>",
    "debankName": "<string>",
    "hlName": "<string>",
    "commentCount30d": 123,
    "pnl30d": 123,
    "winRate30d": 123,
    "tradeCount30d": 123,
    "roiPercent30d": 123,
    "pnl7d": 123,
    "winRate7d": 123,
    "tradeCount7d": 123,
    "roiPercent7d": 123,
    "medianHoldingTimeMinutes": 123
  },
  "externalId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.clicker.xyz/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.

Path Parameters

identifier
string
required

Profile UUID or wallet address

Response

200

id
string
required
name
string
required
images
object
required

URLs for different size squares.

addresses
string[]
required
metadata
object
required
isNSFW
required

false when the profile is clean. Otherwise an object with nsfwImage and nsfwText booleans indicating which axes the scanner flagged. Clients decide whether to render, censor, or hide the underlying content.

Available options:
false
externalId
string