DELETE
/
farcaster
/
frame
curl --request DELETE \
  --url https://api.neynar.com/v2/farcaster/frame \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
  "success": true,
  "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Body

application/json

Response

200
application/json
Mini app deleted successfully

The response is of type object.