Skip to main content
DELETE
/
token
/
{id}
/
favorite
cURL
curl --request DELETE \
  --url https://api.odin.fun/v1/token/{id}/favorite \
  --header 'Authorization: Bearer <token>'
{
  "user": "<string>",
  "token": "<string>",
  "date_created": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

default - application/json
user
string
required
token
string
required
date_created
string<date-time>
required