---
title: "Delete Credential"
method: DELETE
path: "/credential/{credential_id}"
tags: ["Credential"]
---

# Delete Credential

`DELETE /credential/{credential_id}`

Deletes the credential corresponding to the given `id`. The `id` is passed in the parameters.

## Path parameters

- `credential_id` string, required

## Headers

- `api-version` string, required

## Response `200`

Successful response

- ApiResponse
  - `message` string, nullable
  - `hasError` boolean
  - `validationErrors` string[]
  - `data` unknown
  - `content` unknown

---

[API](https://skmtc.net/sertifier/apis/sertifier-credential-api-documentation.md) · [All operations](https://skmtc.net/sertifier/apis/sertifier-credential-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sertifier/sertifier-credential-api-documentation/revisions/98c494325aae/schema)
