forked from gitea/gitea
		
	 ae419fa494
			
		
	
	
		ae419fa494
		
			
		
	
	
	
	
		
			
			Fixes #27598 In #27080, the logic for the tokens endpoints were updated to allow admins to create and view tokens in other accounts. However, the same functionality was not added to the DELETE endpoint. This PR makes the DELETE endpoint function the same as the other token endpoints and adds unit tests