DELETE
/
v2
/
farcaster
/
cast
/
Delete a cast
curl --request DELETE \
  --url https://api.neynar.com/v2/farcaster/cast/ \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "signer_uuid": "19d0c5fd-9b33-4a48-a0e2-bc7b0555baec",
  "target_hash": "0x71d5225f77e0164388b1d4c120825f3a2c1f131c"
}'
{
  "success": true,
  "message": "<string>"
}

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Body

application/json
signer_uuid
string
required

UUID of the signer. signer_uuid is paired with API key, can't use a uuid made with a different API key.

Example:

"19d0c5fd-9b33-4a48-a0e2-bc7b0555baec"

target_hash
string
required
Example:

"0x71d5225f77e0164388b1d4c120825f3a2c1f131c"

Response

Success

success
boolean
message
string