---
title: "Delete Access Key"
method: DELETE
path: "/v1/projects/{projectId}/accessKeys/{accessKeyId}"
tags: ["Access Key"]
---

# Delete Access Key

`DELETE /v1/projects/{projectId}/accessKeys/{accessKeyId}`

Deletes an Access Key.
Note: It is currently possible to delete the same Access Key that is used for the delete operation. This means it is possible to delete the last Access Key. In this scenario a new access key needs to be generated in the customer dashbaord,

## Path parameters

- `projectId` string, required
- `accessKeyId` string, required

## Response `200`

OK

## Other responses

- `401` — Unauthenticated. Incorrect credentials.
- `403` — Permission denied.
- `404` — Resource not found
- `500` — Internal error, try again with exponential back-off
- `503` — Unavailable, try again with exponential back-off

---

[API](https://skmtc.net/sinch/apis/access-keys-management-api.md) · [All operations](https://skmtc.net/sinch/apis/access-keys-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinch/access-keys-management-api/revisions/e1eac0ddc7e6/schema)
