Deletes the reservation line
DELETE Rerservation(DocEntry,LineNumber)
Example
DELETE Reservation(1014,1)
This deletes this Reservation line
Return 201 for ok
or 204 no content, if no entry found
if the reservation is linked to a pick list, the picked quantity will be reduced with current reserved material from current reservation
Beas ignore errors if the pick list does not exist or change is not possible.