auth
Delete user account
Permanently delete user account and associated data
delete/auth/user/{userId}
Path parameters
userIdstring required
Response
Operation successful
Example response
{
"success": true,
"msg": "Operation completed successfully"
}