Skip to content

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 an errors entry 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

OperationTypePurpose
createAdminSettingsUserDeleteSelf(input:)MutationDelete your own admin account

WARNING

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.

All admin endpoints require an admin Bearer token — see Authentication.

Released under the MIT License.