---
title: "Disconnect CLI"
method: DELETE
path: "/sandbox-clis/config/{cliType}"
tags: ["Sandbox CLIs"]
---

# Disconnect CLI

`DELETE /sandbox-clis/config/{cliType}`

Delete a project's stored CLI connection. Integration-managed access remains available until its owning integration is disconnected.

## Path parameters

- `cliType` string, required — CLI type identifier.

## Request body

- object
  - `projectId` string, uuid — Project to update. Required for organization-scoped keys; auto-filled from a project-scoped key when omitted.

## Response `200`

OK

- object
  - `projectId` string, uuid, required — Project the CLI connection belonged to.
  - `cliType` string, required — CLI type that was disconnected.
  - `deleted` boolean, required — Whether a stored CLI connection was deleted.

---

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