---
title: "Delete credentials"
method: DELETE
path: "/api/v1/credentials/{id}"
tags: ["ENTERPRISE", "Connectivity v1.Credentials"]
---

# Delete credentials

`DELETE /api/v1/credentials/{id}`

Deletes the given credentials. The deletion is partly done asynchronously.

## Path parameters

- `id` string, required

## Response `204`

The credentials has been successfully sent for deletion.

## Other responses

- `404` — The credentials could not be found.

---

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