APIUser
Delete Account
Permanently delete user account and all associated data
Delete Account
USER
Permanently delete the current user's account. This action is irreversible.
Mutation
GraphQL Schema
deleteAccount: StringParameters
This mutation requires no parameters. It deletes the currently authenticated user's account.
Example Usage
mutation {
deleteAccount
}Security Considerations
Irreversible Action
Account deletion is permanent and cannot be undone. All user data will be deleted.
Data Retention
Some data may be retained for legal and compliance purposes according to data retention policies.
Confirmation Required
Implement a confirmation dialog to prevent accidental account deletion.