Back to main index

2.1.9   Remove a favorite from the favorites list

The .in file

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).

The .out file

Attributes in [Favorite] section:

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