---
title: "Revoke a User API Key."
method: DELETE
path: "/user/api-keys/{key}"
tags: ["User"]
---

# Revoke a User API Key.

`DELETE /user/api-keys/{key}`

This endpoint is used to revoke a user API key. In estuary, every user is assigned with an API key, this API key is generated and issued for each user and is primarily use to access all estuary features. This endpoint can be used to revoke the API key thats assigned to the user.

## Path parameters

- `key` string, required

## Changes

- **2022-10-27** `1566cd255be2` — 1 breaking, 2 info
  - removed the success response with the status `200`
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `500`

[Change history](https://skmtc.dev/application-research/apis/estuary-api/changes/user/api-keys/:key/delete.md)

---

[API](https://skmtc.dev/application-research/apis/estuary-api.md) · [All operations](https://skmtc.dev/application-research/apis/estuary-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/application-research/estuary-api/revisions/1566cd255be2/schema)
