---
title: "Delete User Api Key"
method: DELETE
path: "/api/user/api_key/{api_key_id}"
tags: ["User"]
---

# Delete User Api Key

`DELETE /api/user/api_key/{api_key_id}`

Delete an api key for the auth'ed user.

## Path parameters

- `api_key_id` string, uuid, required

## Response `204`

Confirmation that the api key was deleted

## Other responses

- `400` — Service error relating to creating api_key for the user

---

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