Skip to main content
DELETE
/
token
/
{tokenId}
/
comment
/
{id}
/
upvote
cURL
curl --request DELETE \
  --url https://api.odin.fun/v1/token/{tokenId}/comment/{id}/upvote
{
  "data": {
    "user": "<string>",
    "comment": 123,
    "time": "2023-11-07T05:31:56Z",
    "vote": true
  }
}

Path Parameters

tokenId
string
required
id
integer
required

Response

default - application/json
data
object
required
I