SDK you're using (please complete the following information):
Describe the bug
deleteCreditNoteAllocations returns an (empty) Allocation object, but the DELETE /CreditNotes/{CreditNoteID}/Allocations/{AllocationID} endpoint actually returns an Allocation**s** collection.
To Reproduce
Steps to reproduce the behavior:
Call deleteCreditNoteAllocations. Observe that the return value is a null-filled Allocation object.
Expected behavior
The return value of deleteCreditNoteAllocations is an Allocations collection.