---
title: "Delete a service account"
method: DELETE
path: "/orgs/{orgId}/service-accounts/{serviceAccountId}"
tags: ["Service Account", "experimental"]
---

# Delete a service account

`DELETE /orgs/{orgId}/service-accounts/{serviceAccountId}`

Deletes a service account from the specified organization.

#### Scopes
**[OAuth 2.0 scopes](/cloud/admin/scopes/) required:** `write:service-accounts:admin`

## Path parameters

- `orgId` string, required
- `serviceAccountId` string, required

## Response `204`

Returned if the service account is successfully deleted.

## Other responses

- `403` — Returned if the user does not have permission to delete service accounts.
- `404` — Returned if the specified service account is not found.
- `500` — Internal Error

---

[API](https://skmtc.net/atlassian/apis/api-access.md) · [All operations](https://skmtc.net/atlassian/apis/api-access/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/api-access/revisions/412d18f78d91/schema)
