---
title: "Delete a checkout key"
method: DELETE
path: "/project/{project-slug}/checkout-key/{fingerprint}"
tags: ["Project"]
---

# Delete a checkout key

`DELETE /project/{project-slug}/checkout-key/{fingerprint}`

Deletes the checkout key via md5 or sha256 fingerprint. sha256 keys should be url-encoded.

## Path parameters

- `project-slug` string, required
- `fingerprint` string, required

## Response `200`

A confirmation message.

- object — message response
  - `message` string, required — A human-readable message

## Other responses

- `default` — Error response.

---

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