| Back to main index | 
		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
Attributes in [DeleteRequest] section:
| DeleteRequestResult | Description | 
|---|---|
| -1 | Request was not deleted, there is no request with the given ID | 
| 1 | Request was successfully deleted | 
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 |