Skip to main content
DELETE
Delete a cast

Node.js SDK

🔗 SDK Method: deleteCast Use this API endpoint with the Neynar Node.js SDK for typed responses and better developer experience.

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
Pattern: ^(0x)?[a-fA-F0-9]{40}$
Example:

"0x71d5225f77e0164388b1d4c120825f3a2c1f131c"

Response

Success

message
string
success
boolean