v1

latestOpenAPI 3.0.42026-07-26159287356.1 KB
studio

Delete deployment(s)

Deletes a specific miniapp generator deployment or all deployments for a FID. If deployment_id or name is provided, deletes single deployment. If only FID is provided, deletes all deployments for that FID. Requires API key authentication. Note: Studio CU is tracked based on LLM token usage, not per API call.

delete/v2/studio/deployment/

Request body

deployment_idstring uuid

Deployment ID (UUID). If provided, deletes this specific deployment.

fidinteger required

Farcaster ID of the user

namestring

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

namespacestring

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

Example request

{
  "fid": 3
}

Response

Success

deletedCountnumber
successboolean required