---
title: "Delete Credential"
method: DELETE
path: "/v1/credentials/{credentialId}"
tags: ["Cloud"]
---

# Delete Credential

`DELETE /v1/credentials/{credentialId}`

Delete the specified credential.

## Path parameters

- `credentialId` string, required — Cloud credential ID with provider prefix

## Response `204`

No Content. Occurs when the credential is successfully deleted.

## Other responses

- `400` — Bad Request. Occurs when the credential ID is malformatted.
- `403` — Forbidden. Occurs when the credential does not exist or the user does not have access to it.

---

[API](https://skmtc.net/lucid/apis/lucid-rest-api.md) · [All operations](https://skmtc.net/lucid/apis/lucid-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lucid/lucid-rest-api/revisions/6a32cb9e1aa7/schema)
