---
title: "DELETE /appClients/{appClientId}"
method: DELETE
path: "/appClients/{appClientId}"
---

# DELETE /appClients/{appClientId}

`DELETE /appClients/{appClientId}`

## Path parameters

- `appClientId` string, required

## Response `200`

200 response

- AppClient
  - `appClientId` string, required
  - `callbackUrls` string[], nullable, required
  - `clientId` string, required
  - `clientSecret` string
  - `createdBy` string, nullable, required
  - `createdTime` string, nullable, required
  - `defaultLoginUrl` string, nullable, required
  - `description` string, nullable, required
  - `hasSecret` boolean, required
  - `loginUrls` string[], nullable, required
  - `logoutUrls` string[], nullable, required
  - `name` string, nullable, required
  - `roleIds` string[], nullable
  - `updatedBy` string, nullable, required
  - `updatedTime` string, nullable, required

## Other responses

- `400` — 400 response
- `403` — 403 response
- `404` — 404 response
- `415` — 415 response
- `500` — 500 response

## Changes

- **2023-12-05** `8290cb385771` — 1 info
  - the endpoint scheme security `OAuth2` was added to the API
- **2023-09-14** `622a6f4fda6c` — 1 info
  - the `roleIds/items/` response's property pattern was changed from `^las:role:[0-9A-Za-z-_]+$` to `^las:role:[0-9A-Za-z-_]{1,32}$` for the status `200`
- **2023-08-25** `c8551bfdd99f` — 1 info
  - added the optional property `roleIds` to the response with the `200` status
- **2023-02-27** `38ef4f3feaaf` — 1 info
  - the `appClientId` response's property pattern was changed from `^las:app-client:[a-f0-9]{32}$` to `^las:app-client:[a-z0-9-_]+$` for the status `200`
- **2022-09-29** `424af607ab69` — 3 breaking
  - the response property `callbackUrls` became nullable for the status `200`
  - the response property `loginUrls` became nullable for the status `200`
  - the response property `logoutUrls` became nullable for the status `200`

[Full history](https://skmtc.dev/lucidtechai/apis/lucidtech-api/changes/appClients/:appClientId/delete.md)

---

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