# Delete a line item by its ID Deletes a line item given its ID. This method is intended for use if you do not use FlexNet Operations as your back office, so that you can manage line items in Dynamic Monetization for your end customers. (If you use FlexNet Operations as your back office, but use this method directly to remove line items that exist in FlexNet Operations, then those line items' representation in FlexNet Operations will not be affected.) Endpoint: DELETE /v1.0/instances/{instanceId}/line-items/{lineItemId} Version: 1.0 Security: AdministrationAccess ## Path parameters: - `instanceId` (string, required) The UUID of the Dynamic Monetization instance. - `lineItemId` (string, required) Line item ID. Note: This is also known as the activation ID.