---
title: "Delete API Key"
method: DELETE
path: "/auth/apiKey/{key}"
tags: ["Auth"]
---

# Delete API Key

`DELETE /auth/apiKey/{key}`

This endpoint allows an existing API key to be deleted.<br>You can use one of the following authorization methods to access this API:<br><ol><li>cobsession</li><li>JWT token</li></ol> <b>Notes:</b> <li>This service is not available in developer sandbox environment and will be made availablefor testing in your dedicated environment.

## Path parameters

- `key` string, required

## Response `201`

OK

## Other responses

- `204` — No Content
- `400` — Y807 : Resource not found<br>Y806 : Invalid input
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/yodlee/apis/yodlee-core-apis.md) · [All operations](https://skmtc.net/yodlee/apis/yodlee-core-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yodlee/yodlee-core-apis/versions/3bc0042deba8/schema)
