Back to main index

2.1.11   Remove a previous destination from previous destinations list

The .in file

Attributes in [Head] section:

Type: 11
Allowed Mode: 0 (try once)
Allowed Blocking: 0 (non blocking)

Attributes in [PreviousDestination] section:

Sample .in file: Remove the previous destination with the unique ID 683496985
[Head]
Type=11
Mode=0
Blocking=0

[PreviousDestination]
PreviousDestinationID=683496985

Note: Get the unique ID of a previous destination with the "get the previous destination list" request (chapter 2.1.10).

The .out file

Attributes in [PreviousDestination] section:

Sample .out file: The previous destination with the unique ID 683496985 was successfully deleted
[Head]
Type=11
TypeDesc=remove previous destination
Mode=0
ModeDesc=try once
Blocking=0
BlockingDesc=not blocking
Timestamp=684003421
Id=684003375
Result=2
ResultDesc=success and request deleted
ExecuteDuration=78

[PreviousDestination]
PreviousDestinationID=683496985
PreviousDestinationResult=1
PreviousDestinationResultDesc=previous destination removed


Back to main index Top of page