|  | @@ -58,10 +58,9 @@ class ConversationDetailApi(Resource):
 | 
	
		
			
				|  |  |          conversation_id = str(c_id)
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          try:
 | 
	
		
			
				|  |  | -            ConversationService.delete(app_model, conversation_id, end_user)
 | 
	
		
			
				|  |  | +            return ConversationService.delete(app_model, conversation_id, end_user)
 | 
	
		
			
				|  |  |          except services.errors.conversation.ConversationNotExistsError:
 | 
	
		
			
				|  |  |              raise NotFound("Conversation Not Exists.")
 | 
	
		
			
				|  |  | -        return {"result": "success"}, 200
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  class ConversationRenameApi(Resource):
 |