---
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

## Headers

- `Authorization` string, required

## Response `200`

Successful response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/coactive/apis/api-reference.md) · [All operations](https://skmtc.dev/coactive/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coactive/api-reference/revisions/1223758be9ba/schema)
