Skip to main content
DELETE
/
v2
/
studio
/
deployment
Delete deployment(s)
curl --request DELETE \
  --url https://api.neynar.com/v2/studio/deployment/ \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "fid": 1,
  "name": "<string>",
  "namespace": "<string>"
}
'
{
  "success": true,
  "deletedCount": 123
}
The Miniapp Studio API is an allowlisted API and not publicly available. Contact the Neynar team for more information.

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Body

application/json
fid
integer
required

Farcaster ID of the user

Required range: x >= 0
name
string

Kubernetes deployment name. If not provided, all deployments for the FID will be deleted

namespace
string

Optional Kubernetes namespace. If not provided, will query for the active namespace for the given FID.

Response

Success

success
boolean
required
deletedCount
number