| Back to main index | 
		Attributes in [Head] section:
	
		Type: 9
		Allowed Mode: 0 (try once)
		Allowed Blocking: 0 (non blocking)
		
		
		Attributes in [Favorite] section:
		
Sample .in file: Remove the favorite with the unique ID 682009485
| 
			[Head] Type=9 Mode=0 Blocking=0 [Favorite] FavoriteID=682009485  | 
Note: Get the unique ID of a favorite with the "get the favorite list" request (chapter 2.1.8).
Attributes in [Favorite] section:
| FavoriteResult | Description | 
|---|---|
| -1 | Favorite was not removed, there is no favorite with the given ID | 
| 1 | Favorite was removed | 
Sample .out file: The favorite with the unique ID 682009485 was successfully deleted
| 
			[Head] Type=9 TypeDesc=remove favorite Mode=0 ModeDesc=try once Blocking=0 BlockingDesc=not blocking Timestamp=683107031 Id=683107000 Result=2 ResultDesc=success and request deleted ExecuteDuration=63 [Favorite] FavoriteID=682009485 FavoriteResult=1 FavoriteResultDesc=favorite removed  | 
| Back to main index | Top of page |