---
title: "Deletes credentials"
method: DELETE
path: "/v1/credentials"
tags: ["Credentials"]
---

# Deletes credentials

`DELETE /v1/credentials`

Deletes encrypted credentials from the database

## Request body

- CredentialNamespaceOrigin
  - `namespace` string — The namespace the credential is stored against. Defaults to "default".
  - `origin` string, required — Website origin the credential is for
  - `projectId` string, uuid — Project to delete the credential from.

## Response `200`

Default Response

- SuccessResponse
  - `success` boolean, required

## Other responses

- `404` — An error response from the API
- `500` — An error response from the API

---

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