---
title: "Delete"
method: DELETE
path: "/api/v1/iam/personal_clients/{id}"
tags: ["Personal Client"]
---

# Delete

`DELETE /api/v1/iam/personal_clients/{id}`

Delete a personal client credential, revoking it and preventing further API access.

## Path parameters

- `id` string, required — The human-readable name of the personal client credential to delete (e.g., blue-whale-12345).

## Request body

- C1ApiIamV1PersonalClientServiceDeleteRequestInput — The PersonalClientServiceDeleteRequest message.

## Response `200`

Successful response

- C1ApiIamV1PersonalClientServiceDeleteResponse — The PersonalClientServiceDeleteResponse message.

---

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