v1

latestOpenAPI 3.0.42026-07-26159287356.1 KB
Cast

Delete a cast

Delete an existing cast. (In order to delete a cast signer_uuid must be approved)

delete/v2/farcaster/cast/

Request body

signer_uuidstring required

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

target_hashstring required

Example request

{
  "signer_uuid": "19d0c5fd-9b33-4a48-a0e2-bc7b0555baec",
  "target_hash": "0x71d5225f77e0164388b1d4c120825f3a2c1f131c"
}

Response

Success

messagestring
successboolean