Delete item
DELETE /bookings/v4/{id}/items/{item_id}
DELETE
/bookings/v4/{id}/items/{item_id}
Removes an item from a booking. Quotes will be recalculated.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
integer
Example
12345678Booking ID
item_id
required
integer
Example
1Item ID
Responses
Section titled “ Responses ”Item deleted successfully
Unauthorized
object
error
Error code or type
string
Example
validation_error message
Human-readable error message
string
Example
The sender postcode field is required.Item or booking not found
object
error
Error code or type
string
Example
validation_error message
Human-readable error message
string
Example
The sender postcode field is required.