Back to main index

2.3.2   Delete a request from the request list

The .in file

Attributes in [Head] section:

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

Attributes in [DeleteRequest] section:

Sample .in file: Delete the request with the unique ID 349896687
[Head]
Type=201
Mode=0
Blocking=0

[DeleteRequest]
RequestToDeleteID=349896687

Note: This request can't be blocked by other requests with the blocking attribute set to 1

The .out file

Attributes in [DeleteRequest] section:

Sample .out file: The request with the unique ID 349896687 was successfully deleted
[Head]
Type=201
TypeDesc=delete request
Mode=0
ModeDesc=try once
Blocking=0
BlockingDesc=not blocking
Timestamp=343937250
Id=343937218
Result=2
ResultDesc=success and request deleted

[DeleteRequest]
RequestToDeleteID=349896687
DeleteRequestResult=1
DeleteRequestResultDesc=request deleted


Back to main index Top of page