---
title: "Deletes a Current User"
method: DELETE
path: "/api/v1/users/current"
tags: ["Users"]
---

# Deletes a Current User

`DELETE /api/v1/users/current`

## Headers

- `X-Fields` string, mask

## Request body

- UserDelete
  - `password` string — The users current password.

## Response `200`

Success

- IdStatusResponse
  - `id` integer[] — A list of integers identifying the affected resource(s).
  - `status` string — The status of the request.

---

[API](https://skmtc.net/usnistgov/apis/dioptra-rest-api.md) · [All operations](https://skmtc.net/usnistgov/apis/dioptra-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usnistgov/dioptra-rest-api/versions/a73101579c5c/schema)
