---
title: "Delete Credentials"
method: DELETE
path: "/api/v1/auth-management/clients/{client_id}"
tags: ["systemCredentials"]
---

# Delete Credentials

`DELETE /api/v1/auth-management/clients/{client_id}`

Delete system-level credentials.

This endpoint permanently deletes the system-level credentials and revokes all associated tokens.
This action cannot be undone.

## Path parameters

- `client_id` string, required

## Response `200`

Successful response

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-17** `23dbda5f105c` — 1 warning, 1 info
  - deleted the `header` request parameter `Authorization`
  - the endpoint scheme security `HTTPBearer` was added to the API
- **2026-09-12** `3683abf6922b` — 1 info
  - api operation id `delete-credentials` removed and replaced with `systemCredentials_delete_credentials`

[Change history](https://skmtc.dev/coactive/apis/api-reference/changes/api/v1/auth-management/clients/:client_id/delete.md)

---

[API](https://skmtc.dev/coactive/apis/api-reference.md) · [All operations](https://skmtc.dev/coactive/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc.dev/coactive/apis/api-reference/revisions/23dbda5f105c?raw)
