---
title: "Delete an API Credential"
method: DELETE
path: "/v1/organizations/{organizationId}/api-credentials/{apiCredentialId}"
tags: ["apiCredentials"]
---

# Delete an API Credential

`DELETE /v1/organizations/{organizationId}/api-credentials/{apiCredentialId}`

Delete the specified API Credential.

## Path parameters

- `organizationId` string, required
- `apiCredentialId` string, required

## Response `204`

API Credential deleted

## Other responses

- `404` — API Credential not found
- `default` — Default error response

## Changes

- **2026-03-18** `aecdd0a7e96c` — 1 info
  - added the non-success response with the status `404`
- **2026-03-10** `446a33a743c6` — 1 breaking, 1 info
  - removed the success response with the status `202`
  - added the success response with the status `204`
- **2026-02-02** `f2d7d1ad3495` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/criblio/apis/cribl-cloud-public-api/changes/v1/organizations/:organizationId/api-credentials/:apiCredentialId/delete.md)

---

[API](https://skmtc.dev/criblio/apis/cribl-cloud-public-api.md) · [All operations](https://skmtc.dev/criblio/apis/cribl-cloud-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/criblio/cribl-cloud-public-api/revisions/3fc9757c4c89/schema)
