---
title: "Delete access key"
method: DELETE
path: "/storage/access_keys/{username}/{storage_class}"
tags: ["Object Storage"]
---

# Delete access key

`DELETE /storage/access_keys/{username}/{storage_class}`

Permanently deletes an object storage access key and its associated provider-side credentials. Deletion cannot be undone: it revokes the key's credentials and removes the key from the storage provider. For `standard` (Wasabi) keys, the IAM user is removed from each of the project's bucket policies, all of the user's access keys are revoked, and the IAM user is deleted. For `high_performance` (VAST) keys, the VAST user's S3 keys are revoked, its attached S3 policies are deleted, and the VAST user is removed.

## Path parameters

- `username` string, required
- `storage_class` 'standard' | 'high_performance', required

## Query parameters

- `project` string, required
- `region` string

## Response `204`

No Content

## Other responses

- `403` — Forbidden
- `404` — Not Found

## Changes

- **2026-07-26** `52c7ba2f0f3a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/latitude/apis/latitude-sh-api/changes/storage/access_keys/:username/:storage_class/delete.md)

---

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