> **Building with AI coding agents?** Install the authstack plugin with one command. This equips your agent with accurate Scalekit implementation patterns.
>
> **Recommended**:
> ```bash
> npx @scalekit-inc/cli setup
> ```
>
> Global:
> ```bash
> npm install -g @scalekit-inc/cli
> scalekit setup
> ```
>
> Supports Claude Code, Cursor, GitHub Copilot, Codex + skills for 40+ agents.
> Features: full-stack-auth, agent-auth, mcp-auth, modular-sso, modular-scim.
> [Full setup guide](https://docs.scalekit.com/dev-kit/build-with-ai/)

---

# Delete your Scalekit account

Remove your Scalekit dashboard login. The dashboard has no self-serve delete-account control.
The Scalekit dashboard does not include a **Delete account** action. Profile settings only edit your name and passkeys. Avatar menu options are **Profile Settings** and **Logout**.

To remove your login and workspace data, email Scalekit. To leave one workspace and keep the login, ask an Admin to remove you.

This page is about **your** Scalekit dashboard login. To delete users inside your application, use [Delete users and organizations](/authenticate/manage-users-orgs/delete-users-and-organizations/).

## Before you start

- You are signed in to the account you want removed
- You have exported anything you still need: client IDs, redirect URLs, connection configs
- Another Admin can keep the workspace if you should not remain a member

> caution: Deletion is permanent
>
> Scalekit cannot restore a deleted login. If you are the last Admin, say so in the request so support can handle the workspace.

1. ## Decide what you need removed

   | Goal | What to do |
   | ---- | ---------- |
   | Leave one workspace | Ask an Admin to **Remove Member** on **Team Members** |
   | Sign out only | Open your avatar menu (initials in the header) and choose **Logout** |
   | Delete the Scalekit login | Email support (next step) |

2. ## Export workspace data you still need

   Record environment URLs, client IDs, and redirect URLs from each environment you use. Do not export client secrets. After the login is deleted you cannot open the dashboard.

3. ## Email Scalekit support

   Write to [support@scalekit.com](mailto:support@scalekit.com) from the same address as the account.

   Include:

   - The email on the account
   - The workspace name
   - Whether you also want the workspace deleted (only if you are the last Admin)

   Support confirms when the login is gone.

## Verify

- Signing in with the same email fails or starts a new signup
- Teammates no longer see you on **Workspace > Team Members**
- If you asked to delete the workspace, the workspace URL no longer loads

## Common questions

## I only want to leave one workspace

Ask an Admin to open **Team Members**, open your row menu, and choose **Remove Member**. That removes this workspace only. Your Scalekit login can still join other workspaces.

## Can I delete the account from Profile?

No. **Profile** (avatar menu → **Profile Settings**, or **My account > Profile**) lets you edit first name, last name, and passkeys. It does not delete the account.

## I need a workspace deleted but I am not the last Admin

Ask an Admin to remove the workspace, or include that request when you write to [support@scalekit.com](mailto:support@scalekit.com).


---

## More Scalekit documentation

| Resource | What it contains | When to use it |
|----------|-----------------|----------------|
| [/llms.txt](/llms.txt) | Structured index with routing hints per product area | Start here — find which documentation set covers your topic before loading full content |
| [/llms-full.txt](/llms-full.txt) | Complete documentation for all Scalekit products in one file | Use when you need exhaustive context across multiple products or when the topic spans several areas |
| [sitemap-0.xml](https://docs.scalekit.com/sitemap-0.xml) | Full URL list of every documentation page | Use to discover specific page URLs you can fetch for targeted, page-level answers |
