---
title: "POST /sbomexport/cancel"
method: POST
path: "/sbomexport/cancel"
---

# POST /sbomexport/cancel

`POST /sbomexport/cancel`

Cancels a software bill of materials (SBOM) report.

## Request body

- object
  - `reportId` string, required — The report ID of the SBOM export to cancel.

## Response `200`

Success

- CancelSbomExportResponse
  - `reportId` string — The report ID of the canceled SBOM export.

## Other responses

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

---

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