---
title: "Reject Billing Cost Anomaly"
method: POST
path: "/cost_anomaly/reject_anomaly"
tags: ["Cost Anomaly"]
---

# Reject Billing Cost Anomaly

`POST /cost_anomaly/reject_anomaly`

Reject Anomaly

## Request body

- CostAnomalyRejectRequest
  - `service_account_ids` string[], required — Service Account IDs
  - `bill_date` string, date-time, required — Bill date in yyyy-mm-dd format
  - `product_category` string, required — Product Category name
  - `resource_category` string, required — Resource Category name
  - `reject_until` string, date-time, required
  - `reject_reason` string, required

## Response `200`

Success

- boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/corestack/apis/corestack-external-api.md) · [All operations](https://skmtc.dev/corestack/apis/corestack-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corestack/corestack-external-api/revisions/bf2cdf20826d/schema)
