---
title: "Delete API Key"
method: DELETE
path: "/dashboard/api-keys/{id}"
tags: ["Dashboard"]
---

# Delete API Key

`DELETE /dashboard/api-keys/{id}`

Delete an API key. Cannot delete the last remaining key.

## Path parameters

- `id` string, required

## Response `200`

Deleted

## Other responses

- `400` — Cannot delete last API key
- `404` — Key not found

---

[API](https://skmtc.net/snapapi/apis/snapapi-screenshot-web-data-api.md) · [All operations](https://skmtc.net/snapapi/apis/snapapi-screenshot-web-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snapapi/snapapi-screenshot-web-data-api/versions/b12ff2791613/schema)
