---
title: "Delete a client"
method: DELETE
path: "/client/{client_id}"
tags: ["Client Management"]
---

# Delete a client

`DELETE /client/{client_id}`

Delete a previously registered client.

## Path parameters

- `client_id` string, required

## Response `204`

Client deleted

## Other responses

- `default` — Problem Detail error response

## Changes

> 7 revisions in range; 1 could not be searched.

- **2017-03-12** `517735228177` — 1 breaking, 3 info
  - removed the success response with the status `200`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `404`
  - added the success response with the status `204`
- **2017-03-07** `7bc47468bd7b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/authentiqid/apis/authentiq-connect-api/changes/client/:client_id/delete.md)

---

[API](https://skmtc.dev/authentiqid/apis/authentiq-connect-api.md) · [All operations](https://skmtc.dev/authentiqid/apis/authentiq-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/authentiqid/authentiq-connect-api/revisions/a1689e8baa23/schema)
