---
title: "Delete a cast"
method: DELETE
path: "/v2/farcaster/cast/"
tags: ["Cast"]
---

# Delete a cast

`DELETE /v2/farcaster/cast/`

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

## Request body

- DeleteCastReqBody
  - `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.
  - `target_hash` string, required

## Response `200`

Success

- OperationResponse
  - `message` string
  - `success` boolean

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Resource not found
- `500` — Server Error

---

[API](https://skmtc.dev/neynar/apis/neynar-api.md) · [All operations](https://skmtc.dev/neynar/apis/neynar-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/neynar/neynar-api/revisions/dbb91bfb0d1a/schema)
