Docs
Delete Line Item Group
DELETE /orders/{orderId}/groups/{lineItemGroupId}
DELETE
/orders/{orderId}/groups/{lineItemGroupId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your 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
| Field | Type | Required | Description |
|---|---|---|---|
| orderId | Guid | Required | The ID of the order. Replace `{{orderId}}` in the URL. |
| lineItemGroupId | Guid | Required | The ID of the line item group to delete. Replace `{{lineItemGroupId}}` in the URL. |
Response
Returns 200 OK with an empty body on success.