---
title: "Revoke S3 Access Key"
method: DELETE
path: "/api/storage/s3/access-keys/{id}"
tags: ["S3 Access Keys"]
---

# Revoke S3 Access Key

`DELETE /api/storage/s3/access-keys/{id}`

Revoke an S3 access key by its id. The in-memory LRU cache is
invalidated synchronously so subsequent S3 protocol requests with
this credential return `403 InvalidAccessKeyId`.

## Path parameters

- `id` string, uuid, required

## Response `204`

Access key revoked

## Other responses

- `401` — Missing or invalid API key / admin token
- `404` — Access key not found
- `429` — Rate limit exceeded (20 requests / 15 min / IP)

---

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