---
title: "POST /delete-custom-line-item"
method: POST
path: "/delete-custom-line-item"
---

# POST /delete-custom-line-item

`POST /delete-custom-line-item`

Deletes the custom line item identified by the given ARN in the current, or previous billing period.

## Request body

- object
  - `Arn` string, required — The ARN of the custom line item to be deleted.
  - `BillingPeriodRange` object — The billing period range in which the custom line item request will be applied.
    - `InclusiveStartBillingPeriod` string — The inclusive start billing period that defines a billing period range where a custom line is applied.
    - `ExclusiveEndBillingPeriod` string — The inclusive end billing period that defines a billing period range where a custom line is applied.

## Response `200`

Success

- DeleteCustomLineItemOutput
  - `Arn` string — The ARN of the deleted custom line item.

## Other responses

- `480` — ConflictException
- `481` — ThrottlingException
- `482` — AccessDeniedException
- `483` — ValidationException
- `484` — InternalServerException

---

[API](https://skmtc.net/aws/apis/billingconductor.md) · [All operations](https://skmtc.net/aws/apis/billingconductor/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/billingconductor/versions/2cc5849dea95/schema)
