---
title: "Delete API key"
method: DELETE
path: "/v3/admin/applications/{application_id}/api-keys/{api_key_id}"
tags: ["Manage API keys"]
---

# Delete API key

`DELETE /v3/admin/applications/{application_id}/api-keys/{api_key_id}`

<div id="admonition-warning">⚠️ <b>Before you can use the Manage API Keys endpoints, you need to <a href="/docs/api/v3/admin/#tag--Manage-API-keys--nylas-service-account">create a Nylas Service Account</a></b>.</div>

Deletes the specified API key.

## Response `200`

OK

- object
  - `request_id` string — ID of the request.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `429` — Rate Limit

---

[API](https://skmtc.dev/nylas/apis/nylas-api.md) · [All operations](https://skmtc.dev/nylas/apis/nylas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nylas/nylas-api/revisions/51c2c1b4ecff/schema)
