Delete Farcaster Cast logo

Catalog action Social farcaster

Delete a Farcaster cast via Neynar API. Requires a connected Farcaster account with signer. Only the cast author can delete it. Ideal for: content moderation, automated cleanup, removing outdated announcements.

At a Glance

FieldValue
Action IDdelete-farcaster-cast
CategorySocial
Connectorfarcaster
Requires gasNo
Funds movementNone declared
Tagssocial, farcaster, neynar, cast, delete, write

Payload Schema

FieldTypeRequiredDescription
castHashstringYesHash of the cast to delete

Result Schema

FieldTypeRequiredDescription
statusstringYesStatus of the delete operation
deletedCastHashstringNoHash of the deleted cast
errorstringNoError message if the delete failed

Examples

json
{ "type": "delete-farcaster-cast", "payload": { "castHash": "example-castHash" }, "children": [], "connector": { "type": "farcaster", "id": "conn_farcaster" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I