---
title: "Delete service account"
method: DELETE
path: "/service_accounts/{clientId}"
tags: ["service_accounts"]
---

# Delete service account

`DELETE /service_accounts/{clientId}`

Permanently deletes a service account and invalidates all its credentials. Any systems using this service account will lose access immediately.

## Path parameters

- `clientId` string, required

## Response `200`

successful operation

- object
  - `client_id` string — Service account client ID
  - `created_at` string — Creation timestamp
  - `description` string — Service account description
  - `name` string — Service account name
  - `updated_at` string — Last update timestamp

---

[API](https://skmtc.net/blaxel/apis/blaxel-control-plane.md) · [All operations](https://skmtc.net/blaxel/apis/blaxel-control-plane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blaxel/blaxel-control-plane/versions/dfa264bc72ee/schema)
