Docs

Delete Line Item Group

DELETE /orders/{orderId}/groups/{lineItemGroupId}

DELETE/orders/{orderId}/groups/{lineItemGroupId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Removes a line item group from an order. Any line items assigned to this group will also be deleted.

Warning: This action is irreversible.

Path Parameters

FieldTypeRequiredDescription
orderIdGuidRequiredThe ID of the order. Replace `{{orderId}}` in the URL.
lineItemGroupIdGuidRequiredThe ID of the line item group to delete. Replace `{{lineItemGroupId}}` in the URL.

Response

Returns 200 OK with an empty body on success.