auth
Delete current user account
Delete authenticated user's account and associated data
delete/auth/user
Response
Operation successful
Example response
{
"success": true,
"msg": "Operation completed successfully"
}Delete authenticated user's account and associated data
Operation successful
{
"success": true,
"msg": "Operation completed successfully"
}