Skip to main content
curl -X DELETE https://api.usenaive.ai/v1/apps/ca7a1b8c-a4d4-4824-b92d-89d5b297eb62 \
  -H "Authorization: Bearer nv_sk_live_..."
{
  "ok": true
}

Behavior

Deleting an app immediately:
  • Deletes the Vercel project and all its deployments
  • Deletes the Supabase project (for fullstack apps)
  • Deletes all stored secrets
  • Removes all domain connections (company domains are released back to the Domains primitive)
  • Archives the associated engineer agent
This action is irreversible. This endpoint is the only way to delete the underlying provider projects — project deletion is intentionally blocked on the Vercel and Supabase proxies.

Errors

404
{
  "error": {
    "code": "resource_not_found",
    "message": "App not found"
  }
}