DELETE
/
casts
/
{hash}
/
reactions
/
{type}
curl --request DELETE \
  --url https://api.pinata.cloud/v3/farcaster/casts/{hash}/reactions/{type} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "data": {
      "type": "MESSAGE_TYPE_REACTION_REMOVE",
      "fid": 401191,
      "timestamp": 102564096,
      "network": "FARCASTER_NETWORK_MAINNET",
      "castAddBody": {
        "embedsDeprecated": null,
        "mentions": null
      }
    },
    "hash": "0x6df38d410d8c63d3dd9514ffc463d0b7690194c5",
    "hashScheme": "HASH_SCHEME_BLAKE3",
    "signature": "CKC9iuQ2UbJDdiOF49ZuBkXuwaAZDyYjDBnPjuVrM9hnNP2jO3e19icwqh+kgCvxoTExahvYkBVBDA38pcwmBQ==",
    "signatureScheme": "SIGNATURE_SCHEME_ED25519",
    "signer": "0x86367a36c3c181c46acdc6027109dbaa75c5fbc97c500af23f1ea8c987f12375",
    "dataBytes": "CAQQp74YGICC9DAgATodCAESGQiHLxIUXmEW6DZ0a7AmSyF0NfZmjZySWb0="
  }
}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

hash
string
required

Hash for the target cast

type
string
required

The type of reaction, can be either "like" or "recast"

Query Parameters

signerId
string
required

Signer ID for the user that will remove reaction to the cast

Response

200 - application/json

The response is of type object.