---
title: "Delete API credentials"
method: DELETE
path: "/api/v2/credentials/{id}"
tags: ["Credentials"]
---

# Delete API credentials

`DELETE /api/v2/credentials/{id}`

Permanently deletes an API credential. Once deleted, the credential can no longer be used to authenticate with the HiddenLayer API.

## Path parameters

- `id` string, uuid, required

## Response `204`

Operation successful; no content returned.

## Other responses

- `404` — The specified resource was not found or you are not authorized to access it.
- `500` — An unexpected error occurred preventing the operation from being performed.

---

[API](https://skmtc.dev/hiddenlayerai/apis/hiddenlayer-audit-api.md) · [All operations](https://skmtc.dev/hiddenlayerai/apis/hiddenlayer-audit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hiddenlayerai/hiddenlayer-audit-api/revisions/45f22ddfb53a/schema)
