---
title: "POST /DeleteStorageConfiguration"
method: POST
path: "/DeleteStorageConfiguration"
---

# POST /DeleteStorageConfiguration

`POST /DeleteStorageConfiguration`

Deletes the storage configuration for the specified ARN.

If you try to delete a storage configuration that is used by a Composition, you will get an error (409 ConflictException). To avoid this, for all Compositions that reference the storage configuration, first use StopComposition and wait for it to complete, then use DeleteStorageConfiguration.

## Request body

- object
  - `arn` string, required — ARN of the storage configuration to be deleted.

## Response `200`

Success

- DeleteStorageConfigurationResponse

## Other responses

- `480` — ResourceNotFoundException
- `481` — ValidationException
- `482` — AccessDeniedException
- `483` — InternalServerException
- `484` — ServiceQuotaExceededException
- `485` — ConflictException

---

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