Delete My Account
Deletes the authenticated admin's own account after re-confirming their password.
- Requires the caller's current
password. A missing or incorrect password returns anerrorsentry and the account is left intact. - Refuses to delete the last remaining admin.
- Deleting the account invalidates the Bearer token that owns it — subsequent requests with that token are unauthenticated.
- Distinct from Delete User, which removes another admin and always refuses self-deletion.
No additional permission is required beyond authentication — the password confirmation is the gate.
Operation
| Operation | Type | Purpose |
|---|---|---|
createAdminSettingsUserDeleteSelf(input:) | Mutation | Delete your own admin account |
The response above is illustrative. Running this mutation permanently deletes your account and invalidates your token, so it is not executed against the live API in these docs.

