---
title: "Delete Service Account"
method: DELETE
path: "/api/v1/service-accounts/{service_account_id}"
tags: ["service-accounts"]
---

# Delete Service Account

`DELETE /api/v1/service-accounts/{service_account_id}`

Delete a service account

## Path parameters

- `service_account_id` string, uuid, required

## Response `200`

Successful Response

- ServiceAccountDeleteResponse
  - `id` string, uuid, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `name` string, required
  - `organization_id` string, uuid, required
  - `default_workspace_id` string, uuid, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
