---
title: "Delete a Specific Account for a User"
method: DELETE
path: "/v1/accounts/{id}"
tags: ["Accounts"]
---

# Delete a Specific Account for a User

`DELETE /v1/accounts/{id}`

> 📘
>
> You can place the bearer `access_token` for a specific user into the Authentication section of this documentation 👉.

This endpoint deletes a specific account for a User based on the account ID. The Response will only include a Response Code.

## Path parameters

- `id` string, required

## Response `200`

Successful response

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/astra/apis/astra-developer-api.md) · [All operations](https://skmtc.net/astra/apis/astra-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astra/astra-developer-api/revisions/09f0430e5d33/schema)
