# Delete

Launch stage: GA

`DELETE /api/2.0/accounts/{account_id}/storage-configurations/{storage_configuration_id}`

Deletes a <Databricks> storage configuration. You cannot delete a storage configuration that is associated with any workspace.

API scopes: provisioning

Clouds: AWS

## Path parameters

- `storage_configuration_id` (string, optional)
- `account_id` (string, optional)

## Returns

Returns the StorageConfiguration object.

## Response

```json
{
  "storage_configuration_id": "string",
  "account_id": "string",
  "root_bucket_info": {
    "bucket_name": "string"
  },
  "storage_configuration_name": "string",
  "creation_time": 0,
  "role_arn": "string"
}
```

