---
title: "Delete Storage Profile"
method: DELETE
path: "/storage-profiles/{storage_profile}"
tags: ["storage_profile"]
---

# Delete Storage Profile

`DELETE /storage-profiles/{storage_profile}`

Delete a storage profile. The operation is only allowed if the storage profile is not being used by any blobs and is not set as default.

## Path parameters

- `storage_profile` string, required

## Response `204`

Success.

## Other responses

- `409` — Cannot delete storage profile that is in use or is set as default.
- `4XX` — Client error.
- `5XX` — Server error.

---

[API](https://skmtc.net/scalr/apis/scalr-iacp-api.md) · [All operations](https://skmtc.net/scalr/apis/scalr-iacp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalr/scalr-iacp-api/revisions/fc927526ad12/schema)
