---
title: "Revoke all API keys"
method: POST
path: "/v1/apikeys/revoke-all"
tags: ["API Keys"]
---

# Revoke all API keys

`POST /v1/apikeys/revoke-all`

Revokes all API keys for the authenticated user. Useful in case of a security breach.

## Response `200`

All API keys revoked successfully

## Other responses

- `401` — User is not authorized to access this endpoint
- `500` — Internal server error

---

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