cURL
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" }
Delete an existing mini app, if it was made by the developer (identified by API key)
API key to authorize requests
Success
Was this page helpful?