DELETE

Delete the reservation line

 

DELETE Rerservation(DocEntry,LineNumber)
 
Example
 
DELETE Reservation(1014,1)

 
This delete this Reservation line
Return 201 for ok
or 204 no content, if no entry found
if the reservation is linked to a pick list, then the picked quanity will be reduced with current reserved material from current reservation
beas ignore errors, if the pick list is not existing or change is not possible.