---
title: "Delete credential"
method: POST
path: "/v1/credentials/{credential_id}/delete"
tags: ["Credentials"]
---

# Delete credential

`POST /v1/credentials/{credential_id}/delete`

Deletes a specific credential by its ID

## Path parameters

- `credential_id` string, required — The unique identifier of the credential to delete

## Headers

- `x-api-key` string, nullable — Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/skyvern-ai/apis/skyvern-api-2.md) · [All operations](https://skmtc.net/skyvern-ai/apis/skyvern-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skyvern-ai/skyvern-api-2/versions/5116249dfff3/schema)
