DELETE v3/baskets/{id}/donations

Remove a number of donations from a basket

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The basket id

string

Required

donationIds

A comma-separated list of ids to delete. If not present, this method deletes all donations from the basket

Collection of string

None.

Body Parameters

None.

Response Information

Resource Description

204 (No Content) on success. 404 (Not found) if any of the donations could not be found